public interface AspectJPrecedenceInformation extends Ordered
AspectJPrecedenceComparatorHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| Modifier and Type | Method and Description | 
|---|---|
String | 
getAspectName()
The name of the aspect (bean) in which the advice was declared. 
 | 
int | 
getDeclarationOrder()
The declaration order of the advice member within the aspect. 
 | 
boolean | 
isAfterAdvice()
Return whether this is an after advice. 
 | 
boolean | 
isBeforeAdvice()
Return whether this is a before advice. 
 | 
String getAspectName()
int getDeclarationOrder()
boolean isBeforeAdvice()
boolean isAfterAdvice()