Generated by
JDiff

Package org.springframework.aop.aspectj.annotation

Changed Classes and Interfaces
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.
MetadataAwareAspectInstanceFactory Subinterface of org.springframework.aop.aspectj.AspectInstanceFactory that returns AspectMetadata associated with AspectJ-annotated classes.
SimpleMetadataAwareAspectInstanceFactory Implementation of MetadataAwareAspectInstanceFactory that creates a new instance of the specified aspect class for every .getAspectInstance() call.
SingletonMetadataAwareAspectInstanceFactory Implementation of MetadataAwareAspectInstanceFactory that is backed by a specified singleton object, returning the same instance for every .getAspectInstance() call.