| 程序包 | 说明 |
|---|---|
| org.springframework.aop.aspectj |
AspectJ integration package.
|
| org.springframework.aop.framework.adapter |
SPI package allowing Spring AOP framework to handle arbitrary advice types.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AspectJAfterReturningAdvice |
| 构造器和说明 |
|---|
AfterReturningAdviceInterceptor(AfterReturningAdvice advice)
Create a new AfterReturningAdviceInterceptor for the given advice.
|