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

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

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

Methods in org.springframework.aop.aspectj.annotation that return AbstractAspectJAdvisorFactory.AspectJAnnotationType
 AbstractAspectJAdvisorFactory.AspectJAnnotationType AbstractAspectJAdvisorFactory.AspectJAnnotation.getAnnotationType()
           
static AbstractAspectJAdvisorFactory.AspectJAnnotationType AbstractAspectJAdvisorFactory.AspectJAnnotationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AbstractAspectJAdvisorFactory.AspectJAnnotationType[] AbstractAspectJAdvisorFactory.AspectJAnnotationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2002-2008 The Spring Framework.