Browse Source

Typo in ApplicationContextAware and BeanNameAware section

Issue: SPR-9609
3.1.x
Juergen Hoeller 14 years ago
parent
commit
dc400c7124
  1. 6
      spring-framework-reference/src/beans-customizing.xml

6
spring-framework-reference/src/beans-customizing.xml

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

Loading…
Cancel
Save