InvocationContext | The InvocationContext object provides the metadata that is required for AroundInvoke interceptor methods. | code | html |
AroundInvoke | Defines an interceptor method. | code | html |
ExcludeClassInterceptors | code | html | |
ExcludeDefaultInterceptors | code | html | |
Interceptor | Annotation for used defining the interceptors. | code | html |
InterceptorBinding | Defines bindings for interceptors. | code | html |
Interceptors | An interceptor class is denoted using the Interceptor annotation on the bean class with which it is associated. | code | html |