| Package | Description |
|---|---|
| org.springframework.aop.aspectj |
AspectJ integration package.
|
| org.springframework.aop.support |
Convenience classes for using Spring's AOP API.
|
| org.springframework.aop.target |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
IntroductionAdvisor |
ThreadLocalTargetSource.getStatsMixin()
Return an introduction advisor mixin that allows the AOP proxy to be
cast to ThreadLocalInvokerStats.
|