Generated by
JDiff

Class org.springframework.beans.factory.config.SetFactoryBean

The superclass changed from org.springframework.beans.factory.config.AbstractFactoryBean to org.springframework.beans.factory.config.AbstractFactoryBean>.

Changed Methods
Set<Object> createInstance() Change in return type from Set to Set<Object>.
 
void setSourceSet(Set<?>) Change in signature from Set to Set<?>.
Set the source Set, typically populated via XML "set" elements.
void setTargetSetClass(Class<Set>) Change in signature from Class to Class<Set>.
Set the class to use for the target Set.