The Spring Framework

Package org.springframework.aop.aspectj.annotation

Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP.

See:
          Description

Interface Summary
AspectJAdvisorFactory Interface for factories that can create Spring AOP Advisors from classes annotated with AspectJ annotation syntax.
MetadataAwareAspectInstanceFactory Subinterface of AspectInstanceFactory that returns AspectMetadata associated with AspectJ 5 annotated classes.
 

Class Summary
AbstractAspectJAdvisorFactory Abstract base class for factories that can create Spring AOP Advisors given AspectJ classes from classes honoring the AspectJ 5 annotation syntax.
AbstractAspectJAdvisorFactory.AspectJAnnotation<A extends Annotation> Class modelling an AspectJ annotation, exposing its type enumeration and pointcut String.
AnnotationAwareAspectJAutoProxyCreator AspectJAwareAdvisorAutoProxyCreator subclass that processes all AspectJ annotation classes in the current application context, as well as Spring Advisors.
AspectJProxyFactory  
AspectMetadata Metadata for an AspectJ aspect class, with an additional Spring AOP pointcut for the per clause.
BeanFactoryAspectInstanceFactory AspectInstanceFactory backed by a Spring BeanFactory.
InstantiationModelAwarePointcutAdvisorImpl Internal implementation of AspectJPointcutAdvisor.
LazySingletonAspectInstanceFactoryDecorator Decorator to cause a MetadataAwareAspectInstanceFactory to instantiate only once.
PrototypeAspectInstanceFactory AspectInstanceFactory backed by a BeanFactory-provided prototype, enforcing prototype semantics.
ReflectiveAspectJAdvisorFactory Factory that can create Spring AOP Advisors given AspectJ classes from classes honouring the AspectJ 5 annotation syntax, using reflection to invoke advice methods.
ReflectiveAspectJAdvisorFactory.SyntheticInstantiationAdvisor Synthetic advisor that instantiates the aspect.
SingletonMetadataAwareAspectInstanceFactory Implementation of AspectInstanceFactory that wraps a singleton instance.
 

Enum Summary
AbstractAspectJAdvisorFactory.AspectJAnnotationType  
 

Exception Summary
NotAnAtAspectException Extension of AopConfigException thrown when trying to perform an advisor generation operation on a class that is not an AspectJ annotation-style aspect.
 

Package org.springframework.aop.aspectj.annotation Description

Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP.

Normally to be used through an AspectJAutoProxyCreator rather than directly.


The Spring Framework

Copyright © 2002-2006 The Spring Framework.