File tree 1 file changed +3
-3
lines changed
framework-docs/modules/ROOT/pages/core/beans
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,9 +57,9 @@ 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
61
- the `DefaultListableBeanFactory` implementation. `DefaultListableBeanFactory` supports
62
- this registration through the `registerSingleton(..)` and `registerBeanDefinition(..)`
60
+ ApplicationContext's `BeanFactory` through the `getAutowireCapableBeanFactory ()` method,
61
+ which returns the `DefaultListableBeanFactory` implementation. `DefaultListableBeanFactory`
62
+ supports this registration through the `registerSingleton(..)` and `registerBeanDefinition(..)`
63
63
methods. However, typical applications work solely with beans defined through regular
64
64
bean definition metadata.
65
65
You can’t perform that action at this time.
0 commit comments