The Spring Framework

Uses of Class
org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory

Packages that use AbstractAspectJAdvisorFactory
org.springframework.aop.aspectj.annotation Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP. 
 

Uses of AbstractAspectJAdvisorFactory in org.springframework.aop.aspectj.annotation
 

Subclasses of AbstractAspectJAdvisorFactory in org.springframework.aop.aspectj.annotation
 class ReflectiveAspectJAdvisorFactory
          Factory that can create Spring AOP Advisors given AspectJ classes from classes honoring the AspectJ 5 annotation syntax, using reflection to invoke the corresponding advice methods.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.