Uses of Interface
org.springframework.aop.AfterAdvice
Package
Description
Core Spring AOP interfaces, built on AOP Alliance AOP interoperability interfaces.
AspectJ integration package.
SPI package allowing Spring AOP framework to handle arbitrary advice types.
-
Uses of AfterAdvice in org.springframework.aop
Modifier and TypeInterfaceDescriptioninterface
After returning advice is invoked only on normal method return, not if an exception is thrown.interface
Tag interface for throws advice. -
Uses of AfterAdvice in org.springframework.aop.aspectj
Modifier and TypeClassDescriptionclass
Spring AOP advice wrapping an AspectJ after advice method.class
Spring AOP advice wrapping an AspectJ after-returning advice method.class
Spring AOP advice wrapping an AspectJ after-throwing advice method. -
Uses of AfterAdvice in org.springframework.aop.framework.adapter
Modifier and TypeClassDescriptionclass
Interceptor to wrap anAfterReturningAdvice
.class
Interceptor to wrap an after-throwing advice.