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.
ProxyFactory Factory for AOP proxies for programmatic use, rather than via declarative setup in a bean factory.
ReflectiveMethodInvocation Spring's implementation of the AOP Alliance org.aopalliance.intercept.MethodInvocation interface, implementing the extended org.springframework.aop.ProxyMethodInvocation interface.