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