Package | Description |
---|---|
org.springframework.aop.framework |
Package containing Spring's basic AOP infrastructure, compliant with the
AOP Alliance interfaces.
|
Modifier and Type | Method and Description |
---|---|
void |
ProxyCreatorSupport.addListener(AdvisedSupportListener listener)
Add the given AdvisedSupportListener to this proxy configuration.
|
void |
ProxyCreatorSupport.removeListener(AdvisedSupportListener listener)
Remove the given AdvisedSupportListener from this proxy configuration.
|