Package javax.interceptor
Annotation Interface Interceptor
Specifies that a class is an interceptor.
 @Validated @Interceptor
 public class ValidationInterceptor { ... }
 
 
 Use of this annotation is required when declaring an interceptor
 using interceptor binding annotations.
 It is ignored during the processing of classes bound using the Interceptors annotation (or when
 the EJB deployment descriptor is used to associate the interceptor
 with the target class).
- Since:
 - Interceptors 1.1
 - See Also:
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classPriorities that define the order in which interceptors are invoked.