接口的使用
cn.taketoday.aop.IntroductionInfo
使用IntroductionInfo的程序包
程序包
说明
Aspect Programming
AspectJ integration package.
-
cn.taketoday.aop中IntroductionInfo的使用
修饰符和类型接口说明interfaceSuperinterface for advisors that perform one or more AOP introductions. -
cn.taketoday.aop.aspectj中IntroductionInfo的使用
-
cn.taketoday.aop.support中IntroductionInfo的使用
修饰符和类型类说明classSimpleIntroductionAdvisorimplementation that by default applies to any class.classConvenient implementation of theIntroductionInterceptorinterface.classConvenient implementation of theIntroductionInterceptorinterface.classSupport for implementations ofIntroductionInfo.参数类型为IntroductionInfo的cn.taketoday.aop.support中的构造器限定符构造器说明DefaultIntroductionAdvisor(Advice advice, IntroductionInfo introductionInfo) Create a DefaultIntroductionAdvisor for the given advice.