Executes interceptor after the target method successfully returns.
The result of the call to the Proceed method of the supplied invocation; this return value may well have been intercepted by the interceptor.
| Exception Type | Condition |
|---|---|
| Exception | If any of the interceptors in the chain or the target object itself throws an exception. |
AfterReturningAdviceInterceptor Class | Spring.Aop.Framework.Adapter Namespace