Package javax.interceptor
Annotation Type Interceptor
Explicitly specify that a class is an interceptor class. Note that in many cases, it is possible for the container
to implicitly determine that a class is an interceptor class without the presence of this annotation; in particular,
a deployment descriptor or
@Interceptors
annotation can also identify an interceptor class.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Priorities that define the order in which interceptors are invoked.