Package javax.interceptor


package javax.interceptor
  • Class
    Description
    Designates an interceptor method that receives a callback when the target class constructor is invoked.
    Defines a method which intercepts invocation of another method.
    Defines a method which intercepts invocation of a timeout method.
    Exclude the invocation of class-level interceptors for a method.
    Exclude the invocation of default interceptors for a method.
    Explicitly specify that a class is an interceptor class.
    Priorities that define the order in which interceptors are invoked.
    Specifies that an annotation type is an interceptor binding type.
    Declares the list of interceptors (by interceptor class) which apply to the annotated class or method.
    Contextual information about a method invocation, along with methods to alter the invocation process in various ways.