Polishing

This commit is contained in:
Sam Brannen
2020-01-28 10:48:59 +01:00
parent eeaae16b17
commit 2c86d6ded2

View File

@@ -1565,7 +1565,7 @@ is a dependency of the bean whose property is to be set, and it is initialized o
as needed before the property is set. (If the collaborator is a singleton bean, it may as needed before the property is set. (If the collaborator is a singleton bean, it may
already be initialized by the container.) All references are ultimately a reference to already be initialized by the container.) All references are ultimately a reference to
another object. Scoping and validation depend on whether you specify the ID or name of the another object. Scoping and validation depend on whether you specify the ID or name of the
other object through the `bean`, or `parent` attributes. other object through the `bean` or `parent` attribute.
Specifying the target bean through the `bean` attribute of the `<ref/>` tag is the most Specifying the target bean through the `bean` attribute of the `<ref/>` tag is the most
general form and allows creation of a reference to any bean in the same container or general form and allows creation of a reference to any bean in the same container or