Uses of Interface
org.springframework.aop.IntroductionInfo
Packages that use IntroductionInfo Package Description 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.Uses of IntroductionInfo in org.springframework.aop
Subinterfaces of IntroductionInfo in org.springframework.aop Modifier and Type Interface Description interfaceIntroductionAdvisorSuperinterface for advisors that perform one or more AOP introductions.Uses of IntroductionInfo in org.springframework.aop.aspectj
Classes in org.springframework.aop.aspectj that implement IntroductionInfo Modifier and Type Class Description classDeclareParentsAdvisorIntroduction advisor delegating to the given object.Uses of IntroductionInfo in org.springframework.aop.support
Classes in org.springframework.aop.support that implement IntroductionInfo Modifier and Type Class Description classDefaultIntroductionAdvisorSimpleIntroductionAdvisorimplementation that by default applies to any class.classDelegatePerTargetObjectIntroductionInterceptorConvenient implementation of theIntroductionInterceptorinterface.classDelegatingIntroductionInterceptorConvenient implementation of theIntroductionInterceptorinterface.classIntroductionInfoSupportSupport for implementations ofIntroductionInfo.Constructors in org.springframework.aop.support with parameters of type IntroductionInfo Constructor Description DefaultIntroductionAdvisor(Advice advice, IntroductionInfo introductionInfo)Create a DefaultIntroductionAdvisor for the given advice.