public interface AspectJPrecedenceInformation extends Ordered
AspectJPrecedenceComparator
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
Modifier and Type | Method and Description |
---|---|
String |
getAspectName()
Return the name of the aspect (bean) in which the advice was declared.
|
int |
getDeclarationOrder()
Return 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()