类 AspectJPointcutAdvisor

java.lang.Object
infra.aop.aspectj.AspectJPointcutAdvisor
所有已实现的接口:
Advisor, PointcutAdvisor, infra.core.Ordered

public class AspectJPointcutAdvisor extends Object implements PointcutAdvisor, infra.core.Ordered
AspectJPointcutAdvisor that adapts an AbstractAspectJAdvice to the PointcutAdvisor interface.
从以下版本开始:
4.0
作者:
Adrian Colyer, Juergen Hoeller
  • 字段详细资料

  • 构造器详细资料

    • AspectJPointcutAdvisor

      public AspectJPointcutAdvisor(AbstractAspectJAdvice advice)
      Create a new AspectJPointcutAdvisor for the given advice.
      参数:
      advice - the AbstractAspectJAdvice to wrap
  • 方法详细资料