Generated by
JDiff

Class org.springframework.aop.support.IntroductionInfoSupport

Changed Methods
boolean implementsInterface(Class<?>) Change in signature from Class to Class<?>.
Check whether the specified interfaces is a published introduction interface.
void suppressInterface(Class<?>) Change in signature from Class to Class<?>.
Suppress the specified interface, which may have been autodetected due to the delegate implementing it.
 

Changed Fields
Set<Class<?>> publishedInterfaces Change in type from Set<Class> to Set<Class<?>>.