File tree 1 file changed +1
-1
lines changed
framework-docs/modules/ROOT/pages/core/beans
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ The following table describes these properties:
57
57
In addition to bean definitions that contain information on how to create a specific
58
58
bean, the `ApplicationContext` implementations also permit the registration of existing
59
59
objects that are created outside the container (by users). This is done by accessing the
60
- ApplicationContext's `BeanFactory` through the `getBeanFactory ()` method, which returns
60
+ ApplicationContext's `BeanFactory` through the `getAutowireCapableBeanFactory ()` method, which returns
61
61
the `DefaultListableBeanFactory` implementation. `DefaultListableBeanFactory` supports
62
62
this registration through the `registerSingleton(..)` and `registerBeanDefinition(..)`
63
63
methods. However, typical applications work solely with beans defined through regular
You can’t perform that action at this time.
0 commit comments