Skip to content

Commit d1920c0

Browse files
committed
Merge branch '6.1.x'
2 parents 046724b + b7c7823 commit d1920c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-beans/src/main/java/org/springframework/beans/factory/aot/CodeWarnings.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ public CodeWarnings detectDeprecation(Stream<AnnotatedElement> elements) {
8282
* specified {@link ResolvableType}.
8383
* @param resolvableType a type signature
8484
* @return {@code this} instance
85+
* @since 6.1.8
8586
*/
8687
public CodeWarnings detectDeprecation(ResolvableType resolvableType) {
8788
if (ResolvableType.NONE.equals(resolvableType)) {

0 commit comments

Comments
 (0)