javax.interceptor
Annotation Type AroundInvoke


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface AroundInvoke

Defines an interceptor method. The method must have the signature: public Object (InvocationContext) throws Exception