master
Alex Yursha 10 years ago committed by Stephane Nicoll
parent 001d0e734c
commit 8b8afe3def
  1. 2
      spring-beans/src/main/java/org/springframework/beans/factory/ListableBeanFactory.java

@ -101,7 +101,7 @@ public interface ListableBeanFactory extends BeanFactory {
* by other means than bean definitions.
* <p>This version of {@code getBeanNamesForType} matches all kinds of beans,
* be it singletons, prototypes, or FactoryBeans. In most implementations, the
* result will be the same as for {@code getBeanNamesOfType(type, true, true)}.
* result will be the same as for {@code getBeanNamesForType(type, true, true)}.
* <p>Bean names returned by this method should always return bean names <i>in the
* order of definition</i> in the backend configuration, as far as possible.
* @param type the class or interface to match, or {@code null} for all bean names

Loading…
Cancel
Save