Generated by
JDiff

Class org.springframework.aop.support.DefaultIntroductionAdvisor

Removed Constructors
DefaultIntroductionAdvisor(DynamicIntroductionAdvice, Class) Create a DefaultIntroductionAdvisor for the given advice.
 

Added Constructors
DefaultIntroductionAdvisor(DynamicIntroductionAdvice, Class<?>) Create a DefaultIntroductionAdvisor for the given advice.
 

Changed Methods
void addInterface(Class<?>) Change in signature from Class to Class<?>.
Add the specified interface to the list of interfaces to introduce.
boolean matches(Class<?>) Change in signature from Class to Class<?>.