接口的使用
org.springframework.aop.IntroductionInfo
使用IntroductionInfo的程序包 程序包 说明 org.springframework.aop Core Spring AOP interfaces, built on AOP Alliance AOP interoperability interfaces.org.springframework.aop.aspectj AspectJ integration package.org.springframework.aop.support Convenience classes for using Spring's AOP API.org.springframework.aop中IntroductionInfo的使用
org.springframework.aop中IntroductionInfo的子接口 修饰符和类型 接口 说明 interfaceIntroductionAdvisorSuperinterface for advisors that perform one or more AOP introductions.org.springframework.aop.aspectj中IntroductionInfo的使用
实现IntroductionInfo的org.springframework.aop.aspectj中的类 修饰符和类型 类 说明 classDeclareParentsAdvisorIntroduction advisor delegating to the given object.org.springframework.aop.support中IntroductionInfo的使用
实现IntroductionInfo的org.springframework.aop.support中的类 修饰符和类型 类 说明 classDefaultIntroductionAdvisorSimpleIntroductionAdvisorimplementation that by default applies to any class.classDelegatePerTargetObjectIntroductionInterceptorConvenient implementation of theIntroductionInterceptorinterface.classDelegatingIntroductionInterceptorConvenient implementation of theIntroductionInterceptorinterface.classIntroductionInfoSupportSupport for implementations ofIntroductionInfo.参数类型为IntroductionInfo的org.springframework.aop.support中的构造器 构造器 说明 DefaultIntroductionAdvisor(Advice advice, IntroductionInfo introductionInfo)Create a DefaultIntroductionAdvisor for the given advice.