Improve documentation for allowEagerInit
parameter in getBeanNamesForType()
#33740
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: documentation
A documentation task
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Spring version: 6.0.16
This is the documentation for the
ListableBeanFactory#getBeanNamesForType
method.According to the documentation of the
getBeanNamesForType
method, the beanmyBeanCreater
should be eagerly initialized. However, in the following test it was not.beans.xml:
Test:
The text was updated successfully, but these errors were encountered: