File tree Expand file tree Collapse file tree
spring-beans/src/main/java/org/springframework/beans/factory/annotation Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262 *
6363 * <h3>Multiple Arguments and 'required' Semantics</h3>
6464 * <p>In the case of a multi-arg constructor or method, the {@link #required} attribute
65- * is applicable to all arguments. Individual parameters may be declared as Java-8 style
66- * {@link java.util.Optional} as well as {@code @Nullable} or a not-null parameter
67- * type in Kotlin, overriding the base 'required' semantics.
65+ * is applicable to all arguments. Individual parameters may be declared as
66+ * {@link java.util.Optional}, {@code @Nullable}, or a not-null parameter type in
67+ * Kotlin, overriding the base 'required' semantics.
6868 *
6969 * <h3>Autowiring Arrays, Collections, and Maps</h3>
7070 * <p>In case of an array, {@link java.util.Collection}, or {@link java.util.Map}
You can’t perform that action at this time.
0 commit comments