public abstract class AspectJAopUtils extends ObjectSE
| コンストラクターと説明 |
|---|
AspectJAopUtils() |
| 修飾子と型 | メソッドと説明 |
|---|---|
static AspectJPrecedenceInformation | getAspectJPrecedenceInformationFor(Advisor anAdvisor) このアドバイザーから提供された AspectJPrecedenceInformation またはそのアドバイスを返します。 |
static boolean | isAfterAdvice(Advisor anAdvisor) アドバイザーがアフターアドバイスの形式である場合は、 true を返します。 |
static boolean | isBeforeAdvice(Advisor anAdvisor) アドバイザーが事前アドバイスの形式である場合は、 true を返します。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic static boolean isBeforeAdvice(Advisor anAdvisor)
true を返します。public static boolean isAfterAdvice(Advisor anAdvisor)
true を返します。@Nullable public static AspectJPrecedenceInformation getAspectJPrecedenceInformationFor(Advisor anAdvisor)
null を返します。