Package | Description |
---|---|
org.springframework.aop |
Core Spring AOP interfaces, built on AOP Alliance AOP interoperability interfaces.
|
org.springframework.aop.support |
Convenience classes for using Spring's AOP API.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IntroductionInterceptor
Subinterface of AOP Alliance MethodInterceptor that allows additional interfaces
to be implemented by the interceptor, and available via a proxy using that
interceptor.
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatePerTargetObjectIntroductionInterceptor
Convenient implementation of the
IntroductionInterceptor interface. |
class |
DelegatingIntroductionInterceptor
Convenient implementation of the
IntroductionInterceptor interface. |
Constructor and Description |
---|
DefaultIntroductionAdvisor(DynamicIntroductionAdvice advice,
Class<?> ifc)
Create a DefaultIntroductionAdvisor for the given advice.
|