Generated by
JDiff

Class org.springframework.beans.factory.support.SimpleInstantiationStrategy

Changed Methods
Object instantiateWithMethodInjection(RootBeanDefinition, String, BeanFactory, Constructor<?>, Object[]) Change in signature from (RootBeanDefinition, String, BeanFactory, Constructor, Object[]) to (RootBeanDefinition, String, BeanFactory, Constructor<?>, Object[]).
Subclasses can override this method, which is implemented to throw UnsupportedOperationException, if they can instantiate an object with the Method Injection specified in the given RootBeanDefinition.