| 程序包 | 说明 |
|---|---|
| org.springframework.aop |
Core Spring AOP interfaces, built on AOP Alliance AOP interoperability interfaces.
|
| org.springframework.aop.aspectj |
AspectJ integration package.
|
| org.springframework.aop.framework.adapter |
SPI package allowing Spring AOP framework to handle arbitrary advice types.
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
AfterReturningAdvice |
interface |
ThrowsAdvice
Tag interface for throws advice.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AspectJAfterAdvice |
class |
AspectJAfterReturningAdvice |
class |
AspectJAfterThrowingAdvice |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AfterReturningAdviceInterceptor |
class |
ThrowsAdviceInterceptor
Interceptor to wrap an after-throwing advice.
|