Generated by
JDiff

Class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor

Removed Constructors
StaticMethodMatcherPointcutAdvisor(Advice) Create a new StaticMethodMatcherPointcutAdvisor for the given advice.
 

Added Constructors
StaticMethodMatcherPointcutAdvisor(Advice) Create a new StaticMethodMatcherPointcutAdvisor for the given advice.
 

Changed Methods
Advice getAdvice() Change in return type from Advice to org.aopalliance.aop.Advice.
 
void setAdvice(Advice) Change in signature from Advice to org.aopalliance.aop.Advice.