@ -4707,13 +4707,13 @@ A child bean definition uses the bean class from the parent definition if none i
@@ -4707,13 +4707,13 @@ A child bean definition uses the bean class from the parent definition if none i
specified, but can also override it. In the latter case, the child bean class must be
compatible with the parent, that is, it must accept the parent's property values.
A child bean definition inherits constructor argument values, property values, and
method overrides from the parent, with the option to add new values. Any initialization
A child bean definition inherits scope, constructor argument values, property values, and
method overrides from the parent, with the option to add new values. Any scope, initialization
method, destroy method, and/or `static` factory method settings that you specify will
override the corresponding parent settings.
The remaining settings are __always__ taken from the child definition: __depends on__,