程序包 org.aopalliance.intercept


package org.aopalliance.intercept
  • 接口
    说明
    Intercepts the construction of a new object.
    Description of an invocation to a constuctor, given to an interceptor upon construtor-call.
    This interface represents a field access in the program.
    Intercepts field access on a target object.
    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.