JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Spring Framework
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.springframework.aop
Interface AfterAdvice
All Superinterfaces:
Advice
All Known Subinterfaces:
AfterReturningAdvice
,
ThrowsAdvice
All Known Implementing Classes:
AfterReturningAdviceInterceptor
,
AspectJAfterAdvice
,
AspectJAfterReturningAdvice
,
AspectJAfterThrowingAdvice
,
ThrowsAdviceInterceptor
public interface
AfterAdvice
extends
Advice
Common marker interface for after advice, such as
AfterReturningAdvice
and
ThrowsAdvice
.
Since:
2.0.3
Author:
Juergen Hoeller
See Also:
BeforeAdvice
Overview
Package
Class
Tree
Deprecated
Index
Help
Spring Framework
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method