| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 接口和说明 |
|---|---|
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.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DelegatePerTargetObjectIntroductionInterceptor
Convenient implementation of the
IntroductionInterceptor interface. |
class |
DelegatingIntroductionInterceptor
Convenient implementation of the
IntroductionInterceptor interface. |
| 构造器和说明 |
|---|
DefaultIntroductionAdvisor(DynamicIntroductionAdvice advice,
Class<?> intf)
Create a DefaultIntroductionAdvisor for the given advice.
|