接口的使用
cn.taketoday.aop.DynamicIntroductionAdvice
-
cn.taketoday.aop中DynamicIntroductionAdvice的使用
修饰符和类型接口说明interfaceSub-interface of AOP Alliance MethodInterceptor that allows additional interfaces to be implemented by the interceptor, and available via a proxy using that interceptor. -
cn.taketoday.aop.support中DynamicIntroductionAdvice的使用
修饰符和类型类说明classConvenient implementation of theIntroductionInterceptorinterface.classConvenient implementation of theIntroductionInterceptorinterface.限定符构造器说明DefaultIntroductionAdvisor(DynamicIntroductionAdvice advice, Class<?> ifc) Create a DefaultIntroductionAdvisor for the given advice.