The Spring Framework

Uses of Package
org.springframework.aop.aspectj

Packages that use org.springframework.aop.aspectj
org.springframework.aop.aspectj AspectJ integration package. 
org.springframework.aop.aspectj.annotation Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP. 
org.springframework.aop.config Support package for declarative AOP configuration, with XML schema being the primary configuration format. 
 

Classes in org.springframework.aop.aspectj used by org.springframework.aop.aspectj
AbstractAspectJAdvice
          Superclass for Spring Advices wrapping an AspectJ aspect or annotated advice method.
AspectInstanceFactory
          Interface implemented to provide an instance of an AspectJ aspect.
AspectJExpressionPointcut
          Spring Pointcut implementation that uses the AspectJ weaver to evaluate a pointcut expression.
AspectJPrecedenceInformation
          Interface to be implemented by types that can supply the information needed to sort advice/advisors by AspectJ's precedence rules.
 

Classes in org.springframework.aop.aspectj used by org.springframework.aop.aspectj.annotation
AspectInstanceFactory
          Interface implemented to provide an instance of an AspectJ aspect.
AspectJExpressionPointcut
          Spring Pointcut implementation that uses the AspectJ weaver to evaluate a pointcut expression.
SingletonAspectInstanceFactory
          Simple implementation of AspectInstanceFactory backed by a singleton object.
 

Classes in org.springframework.aop.aspectj used by org.springframework.aop.config
AspectInstanceFactory
          Interface implemented to provide an instance of an AspectJ aspect.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.