Skip to content

Commit 9a002a7

Browse files
committed
Stop referring to "Java-8" features in documentation
See gh-36310
1 parent 97e9689 commit 9a002a7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • spring-beans/src/main/java/org/springframework/beans/factory/annotation

spring-beans/src/main/java/org/springframework/beans/factory/annotation/Autowired.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
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}

0 commit comments

Comments
 (0)