类 AspectJAopUtils


  • public abstract class AspectJAopUtils
    extends Object
    Utility methods for dealing with AspectJ advisors.
    从以下版本开始:
    2.0
    作者:
    Adrian Colyer, Juergen Hoeller
    • 方法详细资料

      • isBeforeAdvice

        public static boolean isBeforeAdvice​(Advisor anAdvisor)
        Return true if the advisor is a form of before advice.
      • isAfterAdvice

        public static boolean isAfterAdvice​(Advisor anAdvisor)
        Return true if the advisor is a form of after advice.