Package javax.interceptor
Annotation Type Interceptors
-
@Target({TYPE,METHOD,CONSTRUCTOR}) @Retention(RUNTIME) public @interface Interceptors
Declares the list of interceptors (by interceptor class) which apply to the annotated class or method.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class[]
value
The actual interceptor classes to apply to the annotated element.
-