Package javax.interceptor


package javax.interceptor
  • Class
    Description
    Designates an interceptor method that receives a callback when the target class constructor is invoked.
    Defines an interceptor method that interposes on business methods.
    Defines an interceptor method that interposes on timeout methods.
    Used to exclude class-level interceptors for a lifecycle callback, business, or timeout method of a target class, or a constructor of a target class.
    Used to exclude default interceptors for a target class or a lifecycle callback, business, or timeout method of a target class, or a constructor of a target class.
    Specifies that a class is an interceptor.
    Priorities that define the order in which interceptors are invoked.
    Specifies that an annotation type is an interceptor binding type.
    Declares an ordered list of interceptors for a target class, a method or a constructor of a target class.
    Exposes context information about the intercepted invocation and operations that enable interceptor methods to control the behavior of the invocation chain.