In general, use this GenericBeanDefinition
class for the purpose of registering user-visible bean definitions (which a post-processor might operate on, potentially even reconfiguring the parent name). Use RootBeanDefinition
/ ChildBeanDefinition
where parent/child relationships happen to be pre-determined.
@author Juergen Hoeller
@since 2.5
@see #setParentName
@see RootBeanDefinition
@see ChildBeanDefinition
|
|