| Package | Description |
|---|---|
| org.springframework.aop | |
| org.springframework.aop.framework.adapter |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AfterReturningAdvice
After returning advice is invoked only on normal method return, not if an
exception is thrown.
|
interface |
ThrowsAdvice
Tag interface for throws advice.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AfterReturningAdviceInterceptor
Interceptor to wrap an
AfterReturningAdvice. |
class |
ThrowsAdviceInterceptor
Interceptor to wrap an after-throwing advice.
|
Copyright © 2025. All rights reserved.