Generated by
JDiff

Package org.springframework.aop.aspectj.annotation

Changed Classes
AbstractAspectJAdvisorFactory Abstract base class for factories that can create Spring AOP Advisors given AspectJ classes from classes honoring the AspectJ 5 annotation syntax.
AnnotationAwareAspectJAutoProxyCreator AspectJAwareAdvisorAutoProxyCreator subclass that processes all AspectJ annotation aspects in the current application context, as well as Spring Advisors.
AspectJProxyFactory AspectJ-based proxy factory, allowing for programmatic building of proxies which include AspectJ aspects (code style as well Java 5 annotation style).
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.
SimpleMetadataAwareAspectInstanceFactory Implementation of MetadataAwareAspectInstanceFactory that creates a new instance of the specified aspect class for every .getAspectInstance() call.