Package org.aopalliance.intercept


package org.aopalliance.intercept
The AOP Alliance reflective interception abstraction.
  • Interfaces
    Class
    Description
    Intercepts the construction of a new object.
    Description of an invocation to a constructor, given to an interceptor upon constructor-call.
    This interface represents a generic interceptor.
    This interface represents an invocation in the program.
    This interface represents a generic runtime joinpoint (in the AOP terminology).
    Intercepts calls on an interface on its way to the target.
    Description of an invocation to a method, given to an interceptor upon method-call.