接口 AspectJPrecedenceInformation

    • 方法详细资料

      • getAspectName

        String getAspectName()
        Return the name of the aspect (bean) in which the advice was declared.
      • getDeclarationOrder

        int getDeclarationOrder()
        Return the declaration order of the advice member within the aspect.
      • isBeforeAdvice

        boolean isBeforeAdvice()
        Return whether this is a before advice.
      • isAfterAdvice

        boolean isAfterAdvice()
        Return whether this is an after advice.