public abstract class AspectJAopUtils extends Object
| Constructor and Description | 
|---|
AspectJAopUtils()  | 
| Modifier and Type | Method and Description | 
|---|---|
static AspectJPrecedenceInformation | 
getAspectJPrecedenceInformationFor(Advisor anAdvisor)
Return the AspectJPrecedenceInformation provided by this advisor or its advice. 
 | 
static boolean | 
isAfterAdvice(Advisor anAdvisor)
Return  
true if the advisor is a form of after advice. | 
static boolean | 
isBeforeAdvice(Advisor anAdvisor)
Return  
true if the advisor is a form of before advice. | 
public static boolean isBeforeAdvice(Advisor anAdvisor)
true if the advisor is a form of before advice.public static boolean isAfterAdvice(Advisor anAdvisor)
true if the advisor is a form of after advice.public static AspectJPrecedenceInformation getAspectJPrecedenceInformationFor(Advisor anAdvisor)
null.