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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IntroductionAdvisor
Superinterface for advisors that perform one or more AOP introductions.
|
Modifier and Type | Class and Description |
---|---|
class |
DeclareParentsAdvisor
Introduction advisor delegating to the given object.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultIntroductionAdvisor
Simple
IntroductionAdvisor implementation
that by default applies to any class. |
class |
DelegatePerTargetObjectIntroductionInterceptor
Convenient implementation of the
IntroductionInterceptor interface. |
class |
DelegatingIntroductionInterceptor
Convenient implementation of the
IntroductionInterceptor interface. |
class |
IntroductionInfoSupport
Support for implementations of
IntroductionInfo . |
Constructor and Description |
---|
DefaultIntroductionAdvisor(Advice advice,
IntroductionInfo introductionInfo)
Create a DefaultIntroductionAdvisor for the given advice.
|