public abstract class AspectJAopUtils extends Object
| 构造器和说明 |
|---|
AspectJAopUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
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.@Nullable public static AspectJPrecedenceInformation getAspectJPrecedenceInformationFor(Advisor anAdvisor)
null.