diff --git a/doc/reference/src/objects.xml b/doc/reference/src/objects.xml index 81badcab..637068d7 100644 --- a/doc/reference/src/objects.xml +++ b/doc/reference/src/objects.xml @@ -5017,16 +5017,16 @@ cfg.PostProcessObjectFactory(factory); </DonConfiguration> </configuration> +<!-- VariableSource configuration: --> +<object type="Spring.Objects.Factory.Config.ConfigSectionVariableSource, Spring.Core"> + <property name="SectionNames" value="DonConfiguration" /> +</object> + <!-- consume variables: --> <object type="Example.Person, Spring.IocQuickStart.VariableSources"> <property name="Name" value="${don_name}" /> <property name="Age" value="${don_age}" /> </object> - -<!-- VariableSource configuration: --> -<object type="Spring.Objects.Factory.Config.ConfigSectionVariableSource, Spring.Core"> - <property name="SectionNames" value="DonConfiguration" /> -</object> This is similar to using the