Polishing

This commit is contained in:
Juergen Hoeller
2015-09-21 23:18:58 +02:00
parent f1acd2882c
commit 60d7a7f519
4 changed files with 7 additions and 4 deletions

View File

@@ -161,6 +161,7 @@ public interface BeanFactory {
* @return an instance of the single bean matching the required type
* @throws NoSuchBeanDefinitionException if no bean of the given type was found
* @throws NoUniqueBeanDefinitionException if more than one bean of the given type was found
* @throws BeansException if the bean could not be created
* @since 3.0
* @see ListableBeanFactory
*/