Package javax.interceptor
Annotation Type Interceptors
Declares the list of interceptors (by interceptor class) which apply to the annotated class or method.
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class[] valueThe actual interceptor classes to apply to the annotated element.- Returns:
- the interceptor classes
-