Class AspectJPointcutAdvisor

java.lang.Object
org.springframework.aop.aspectj.AspectJPointcutAdvisor
All Implemented Interfaces:
Advisor, PointcutAdvisor, Ordered

public class AspectJPointcutAdvisor extends Object implements PointcutAdvisor, Ordered
AspectJPointcutAdvisor adapts an AbstractAspectJAdvice to the PointcutAdvisor interface.
Since:
2.0
Author:
Adrian Colyer, Juergen Hoeller
  • Constructor Details

    • AspectJPointcutAdvisor

      public AspectJPointcutAdvisor(AbstractAspectJAdvice advice)
      Create a new AspectJPointcutAdvisor for the given advice.
      Parameters:
      advice - the AbstractAspectJAdvice to wrap
  • Method Details