Generated by
JDiff

Class org.springframework.aop.framework.AdvisedSupport

Removed Methods
void addAllAdvisors(Advisor[]) Add all of the given advisors to this proxy configuration.
 

Changed Methods
void addInterface(Class<?>) Change in signature from Class to Class<?>.
Add a new proxied interface.
boolean isInterfaceProxied(Class<?>) Change in signature from Class to Class<?>.
 
boolean removeInterface(Class<?>) Change in signature from Class to Class<?>.
Remove a proxied interface.
void setTargetClass(Class<?>) Change in signature from Class to Class<?>.
Set a target class to be proxied, indicating that the proxy should be castable to the given class.