File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
spring-beans/src/main/java/org/springframework/beans/factory Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -182,14 +182,14 @@ public static String[] beanNamesForTypeIncludingAncestors(ListableBeanFactory lb
182182 * only raw FactoryBeans will be checked (which doesn't require initialization
183183 * of each FactoryBean).
184184 * @param lbf the bean factory
185+ * @param type the type that beans must match (as a {@code ResolvableType})
185186 * @param includeNonSingletons whether to include prototype or scoped beans too
186187 * or just singletons (also applies to FactoryBeans)
187188 * @param allowEagerInit whether to initialize <i>lazy-init singletons</i> and
188189 * <i>objects created by FactoryBeans</i> (or by factory methods with a
189190 * "factory-bean" reference) for the type check. Note that FactoryBeans need to be
190191 * eagerly initialized to determine their type: So be aware that passing in "true"
191192 * for this flag will initialize FactoryBeans and "factory-bean" references.
192- * @param type the type that beans must match (as a {@code ResolvableType})
193193 * @return the array of matching bean names, or an empty array if none
194194 * @since 5.2
195195 * @see ListableBeanFactory#getBeanNamesForType(ResolvableType, boolean, boolean)
You can’t perform that action at this time.
0 commit comments