All Classes and Interfaces
Class
Description
Tag interface for Advice.
切面接口
Superclass for all AOP infrastructure exceptions.
代理工具类
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.
简单拦截器,保存了被拦截的对象和Aspect实现
This interface represents an invocation in the program.
调用者方法
切面实现类
JDK实现的动态代理切面
JDK实现的切面代理
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.
动态代理引擎接口
拦截层
Spring-cglib实现的动态代理切面
基于Spring-cglib的切面代理工厂