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.
-
-
Element Detail
-
value
Class[] value
The actual interceptor classes to apply to the annotated element.- Returns:
- the interceptor classes
-
-