Generated by
JDiff

Package org.springframework.aop.framework

Changed Classes and Interfaces
Advised Interface to be implemented by classes that hold the configuration of a factory of AOP proxies.
AdvisedSupport Base class for AOP proxy configuration managers.
AdvisorChainFactory Factory interface for advisor chains.
DefaultAdvisorChainFactory A simple but definitive way of working out an advice chain for a Method, given an Advised object.
ProxyFactory Factory for AOP proxies for programmatic use, rather than via a bean factory.
ProxyFactoryBean org.springframework.beans.factory.FactoryBean implementation that builds an AOP proxy based on beans in Spring org.springframework.beans.factory.BeanFactory.
ReflectiveMethodInvocation Spring's implementation of the AOP Alliance org.aopalliance.intercept.MethodInvocation interface, implementing the extended org.springframework.aop.ProxyMethodInvocation interface.