Generated by
JDiff

Interface org.springframework.aop.framework.Advised

Removed Methods
void addAdvice(Advice) Add the given AOP Alliance advice to the tail of the advice (interceptor) chain.
void addAdvice(int, Advice) Add the given AOP Alliance Advice at the specified position in the advice chain.
 

Added Methods
void addAdvice(int, Advice) Add the given AOP Alliance Advice at the specified position in the advice chain.
void addAdvice(Advice) Add the given AOP Alliance advice to the tail of the advice (interceptor) chain.
 

Changed Methods
boolean removeAdvice(Advice) Change in signature from Advice to org.aopalliance.aop.Advice.
Remove the Advisor containing the given advice.
int indexOf(Advice) Change in signature from Advice to org.aopalliance.aop.Advice.
Return the index (from 0) of the given AOP Alliance Advice, or -1 if no such advice is an advice for this proxy.