diff --git a/src/reference/docbook/beans-customizing.xml b/src/reference/docbook/beans-customizing.xml index 5578d5cb9a2..51b5c36e27e 100644 --- a/src/reference/docbook/beans-customizing.xml +++ b/src/reference/docbook/beans-customizing.xml @@ -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 - ApplicationFactory is autowired into a + ApplicationContext is autowired into a field, constructor argument, or method parameter that is expecting the - BeanFactory type if the field, constructor, - or method in question carries the + ApplicationContext type if the field, + constructor, or method in question carries the @Autowired annotation. For more information, see .