Fix a typo
This commit is contained in:
parent
001d0e734c
commit
8b8afe3def
|
|
@ -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…
Reference in New Issue