| AroundConstruct |
Designates an interceptor method that receives a callback when
the target class constructor is invoked.
|
| AroundInvoke |
Defines a method which intercepts invocation of another method.
|
| AroundTimeout |
Defines a method which intercepts invocation of a timeout method.
|
| ExcludeClassInterceptors |
Exclude the invocation of class-level interceptors for a method.
|
| ExcludeDefaultInterceptors |
Exclude the invocation of default interceptors for a method.
|
| Interceptor |
Explicitly specify that a class is an interceptor class.
|
| InterceptorBinding |
Specifies that an annotation type is an interceptor binding type.
|
| Interceptors |
Declares the list of interceptors (by interceptor class) which apply to the annotated class or method.
|