Generated by
JDiff

Package org.springframework.aop.aspectj.annotation

Changed Classes and Interfaces
AspectJAdvisorFactory Interface for factories that can create Spring AOP Advisors from classes annotated with AspectJ annotation syntax.
AspectMetadata Metadata for an AspectJ aspect class, with an additional Spring AOP pointcut for the per clause.
BeanFactoryAspectInstanceFactory org.springframework.aop.aspectj.AspectInstanceFactory implementation backed by a Spring org.springframework.beans.factory.BeanFactory.
LazySingletonAspectInstanceFactoryDecorator Decorator to cause a MetadataAwareAspectInstanceFactory to instantiate only once.
PrototypeAspectInstanceFactory org.springframework.aop.aspectj.AspectInstanceFactory backed by a BeanFactory-provided prototype, enforcing prototype semantics.
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.
SingletonMetadataAwareAspectInstanceFactory Implementation of MetadataAwareAspectInstanceFactory that is backed by a specified singleton object, returning the same instance for every .getAspectInstance() call.