File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
spring-beans/src/main/java/org/springframework/beans/factory/annotation Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 30
30
* <h3>Autowired Constructors</h3>
31
31
* <p>Only one constructor of any given bean class may declare this annotation with the
32
32
* {@link #required} attribute set to {@code true}, indicating <i>the</i> constructor
33
- * to autowire when used as a Spring bean. Furthermore, if the {@code required}
33
+ * to be autowired when used as a Spring bean. Furthermore, if the {@code required}
34
34
* attribute is set to {@code true}, only a single constructor may be annotated
35
35
* with {@code @Autowired}. If multiple <i>non-required</i> constructors declare the
36
36
* annotation, they will be considered as candidates for autowiring. The constructor
You can’t perform that action at this time.
0 commit comments