2.6 javax.interceptor package

The following table lists the annotations included in the javax.interceptor package:

List of annotations
Annotation nameFunction
@AroundInvokeSpecify invocation of the business method in a method that intercepts.
@ExcludeClassInterceptorsSet in a method to which the class interceptor is not applied.
@ExcludeDefaultInterceptorsSpecify in a class to which a default interceptor is not applied, and method.
@InterceptorsSpecify the interceptor class to be applied. Note that you can specify the interceptor class in a class and method.
Organization of this section
2.6.1 @AroundInvoke
2.6.2 @ExcludeClassInterceptors
2.6.3 @ExcludeDefaultInterceptors
2.6.4 @Interceptors