Removed Methods |
BeanDefinitionBuilder addConstructorArg(Object )
|
Add an indexed constructor arg value. |
BeanDefinitionBuilder setFactoryBean(String, String)
|
Set the name of the factory bean to use for this definition. |
BeanDefinitionBuilder setResourceDescription(String )
|
Set the description associated with this definition. |
BeanDefinitionBuilder setSingleton(boolean )
|
Set whether or not this definition describes a singleton bean,
as alternative to .setScope. |
BeanDefinitionBuilder setSource(Object )
|
Set the source of this definition. |