Uses of Interface
org.springframework.aop.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
Modifier and TypeInterfaceDescriptioninterface
Superinterface for advisors that perform one or more AOP introductions. -
Uses of IntroductionInfo in org.springframework.aop.aspectj
Modifier and TypeClassDescriptionclass
Introduction advisor delegating to the given object. -
Uses of IntroductionInfo in org.springframework.aop.support
Modifier 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
.ModifierConstructorDescriptionDefaultIntroductionAdvisor
(Advice advice, IntroductionInfo introductionInfo) Create a DefaultIntroductionAdvisor for the given advice.