Class AspectJAopUtils


  • public abstract class AspectJAopUtils
    extends Object
    Utility methods for dealing with AspectJ advisors.
    Since:
    2.0
    Author:
    Adrian Colyer, Juergen Hoeller
    • Method Detail

      • 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.