<para>Autowiring can update a configuration as your objects
evolve. For example, if you need to add a dependency to a class,
that dependency can be satisfied automatically without your needing to
that dependency can be satisfied automatically without you needing to
modify the configuration. Thus autowiring can be especially useful
during development, without negating the option of switching to
explicit wiring when the code base becomes more stable.</para>
@ -3135,9 +3135,9 @@ public class ReplacementComputeValue implements MethodReplacer {
@@ -3135,9 +3135,9 @@ public class ReplacementComputeValue implements MethodReplacer {
<para>After you write and test one or more custom
<interfacename>Scope</interfacename> implementations, you need to make
the Spring container aware of your new scope(s). The central method to
register a new <interfacename>Scope</interfacename> with the Spring
container.</para>
the Spring container aware of your new scope(s). The following method is
the central method to register a new <interfacename>Scope</interfacename>