Uses of Interface
org.springframework.aop.IntroductionInfo
Packages that use IntroductionInfo
Package
Description
Core Spring AOP interfaces, built on AOP Alliance AOP interoperability interfaces.
AspectJ integration package.
Convenience classes for using Spring's AOP API.
-
Uses of IntroductionInfo in org.springframework.aop
Subinterfaces of IntroductionInfo in org.springframework.aopModifier and TypeInterfaceDescriptioninterface
Superinterface 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 IntroductionInfoModifier and TypeClassDescriptionclass
Introduction advisor delegating to the given object. -
Uses of IntroductionInfo in org.springframework.aop.support
Classes in org.springframework.aop.support that implement IntroductionInfoModifier and TypeClassDescriptionclass
SimpleIntroductionAdvisor
implementation that by default applies to any class.class
Convenient implementation of theIntroductionInterceptor
interface.class
Convenient implementation of theIntroductionInterceptor
interface.class
Support for implementations ofIntroductionInfo
.Constructors in org.springframework.aop.support with parameters of type IntroductionInfoModifierConstructorDescriptionDefaultIntroductionAdvisor
(Advice advice, IntroductionInfo introductionInfo) Create a DefaultIntroductionAdvisor for the given advice.