javax.interceptor |
The javax.interceptor package contains classes and interfaces for
use with EJB interceptors.
|
Java Source File Name | Type | Comment |
AroundInvoke.java | Annotation | |
ExcludeClassInterceptors.java | Annotation | Used to exclude class-level interceptors for a business method. |
ExcludeDefaultInterceptors.java | Annotation | Used to exclude default interceptors for a bean or a business method. |
Interceptors.java | Annotation | Declares an ordered list of interceptors for a class or method. |
InvocationContext.java | Interface | Context information passed to AroundInvoke and
Interceptor-class lifecycle callback methods. |