Generated by
JDiff

Class org.springframework.aop.framework.AdvisedSupport

Removed Methods
void addAdvice(Advice)  
void addAdvice(int, Advice) Cannot add introductions this way unless the advice implements IntroductionInfo.
 

Added Methods
void addAdvice(int, Advice) Cannot add introductions this way unless the advice implements IntroductionInfo.
void addAdvice(Advice)  
 

Changed Methods
boolean adviceIncluded(Advice) Change in signature from Advice to org.aopalliance.aop.Advice.
Is the given advice included in any advisor within this proxy configuration?
boolean removeAdvice(Advice) Change in signature from Advice to org.aopalliance.aop.Advice.
 
int indexOf(Advice) Change in signature from Advice to org.aopalliance.aop.Advice.