We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2bfbdc + 1aa77ef commit 3b17de8Copy full SHA for 3b17de8
spring-beans/src/main/java/org/springframework/beans/factory/BeanFactory.java
@@ -162,6 +162,7 @@ public interface BeanFactory {
162
* @return an instance of the single bean matching the required type
163
* @throws NoSuchBeanDefinitionException if no bean of the given type was found
164
* @throws NoUniqueBeanDefinitionException if more than one bean of the given type was found
165
+ * @throws BeansException if the bean could not be created
166
* @since 3.0
167
* @see ListableBeanFactory
168
*/
0 commit comments