Uses of Package
org.springframework.aop.aspectj
Packages that use org.springframework.aop.aspectj
Package
Description
AspectJ integration package.
Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP.
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.aspectjClassDescriptionBase class for AOP AllianceAdviceclasses wrapping an AspectJ aspect or an AspectJ-annotated advice method.Interface implemented to provide an instance of an AspectJ aspect.SpringPointcutimplementation that uses the AspectJ weaver to evaluate a pointcut expression.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.annotationClassDescriptionInterface implemented to provide an instance of an AspectJ aspect.SpringPointcutimplementation that uses the AspectJ weaver to evaluate a pointcut expression.Implementation ofAspectInstanceFactorythat creates a new instance of the specified aspect class for everySimpleAspectInstanceFactory.getAspectInstance()call.Implementation ofAspectInstanceFactorythat is backed by a specified singleton object, returning the same instance for everySingletonAspectInstanceFactory.getAspectInstance()call.
- 
Classes in org.springframework.aop.aspectj used by org.springframework.aop.configClassDescriptionInterface implemented to provide an instance of an AspectJ aspect.