Browse Source

Typo in ApplicationContextAware and BeanNameAware section

Issue: SPR-9609
pull/131/merge
Juergen Hoeller 14 years ago committed by unknown
parent
commit
bd7a6f658a
  1. 6
      src/reference/docbook/beans-customizing.xml

6
src/reference/docbook/beans-customizing.xml

@ -471,10 +471,10 @@ public final class Boot { @@ -471,10 +471,10 @@ public final class Boot {
argument or setter method parameter, respectively. For more flexibility,
including the ability to autowire fields and multiple parameter methods,
use the new annotation-based autowiring features. If you do, the
<interfacename>ApplicationFactory</interfacename> is autowired into a
<interfacename>ApplicationContext</interfacename> is autowired into a
field, constructor argument, or method parameter that is expecting the
<interfacename>BeanFactory</interfacename> type if the field, constructor,
or method in question carries the
<interfacename>ApplicationContext</interfacename> type if the field,
constructor, or method in question carries the
<interfacename>@Autowired</interfacename> annotation. For more
information, see <xref linkend="beans-autowired-annotation"/>.</para>

Loading…
Cancel
Save