From b17b27a0a9a24a4a693b96596f641f23cab9afe1 Mon Sep 17 00:00:00 2001 From: Marijn van der Zee Date: Mon, 19 Dec 2011 14:38:28 +0100 Subject: [PATCH] Move `VariableSourceConfiguration` up --- doc/reference/src/objects.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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