接口的使用
cn.taketoday.aop.framework.AopProxy
使用AopProxy的程序包
-
cn.taketoday.aop.framework中AopProxy的使用
修饰符和类型类说明classclassCGLIB-basedAopProxyimplementation for the AOP framework.classJDK-basedAopProxyimplementation for the AOP framework, based on JDKdynamic proxies.classclassBytecode-basedAopProxyimplementation for the AOP framework.修饰符和类型方法说明AopProxyFactory.createAopProxy(AdvisedSupport config) Create anAopProxyfor the given AOP configuration.DefaultAopProxyFactory.createAopProxy(AdvisedSupport config) protected final AopProxyProxyCreatorSupport.createAopProxy()Subclasses should call this to get a new AOP proxy.参数类型为AopProxy的cn.taketoday.aop.framework中的方法