类 AbstractAspectJAdvice

    • 字段详细资料

      • JOIN_POINT_KEY

        protected static final String JOIN_POINT_KEY
        Key used in ReflectiveMethodInvocation userAttributes map for the current joinpoint.
    • 构造器详细资料

      • AbstractAspectJAdvice

        public AbstractAspectJAdvice​(Method aspectJAdviceMethod,
                                     AspectJExpressionPointcut pointcut,
                                     AspectInstanceFactory aspectInstanceFactory)
        Create a new AbstractAspectJAdvice for the given advice method.
        参数:
        aspectJAdviceMethod - the AspectJ-style advice method
        pointcut - the AspectJ expression pointcut
        aspectInstanceFactory - the factory for aspect instances