Skip to content

Commit b7c7823

Browse files
izeyesbrannen
authored andcommitted
Add @⁠since tag for CodeWarnings.detectDeprecation(ResolvableType)
See gh-32850 Closes gh-33493
1 parent caaa86d commit b7c7823

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

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ public CodeWarnings detectDeprecation(Stream<AnnotatedElement> elements) {
8383
* specified {@link ResolvableType}.
8484
* @param resolvableType a type signature
8585
* @return {@code this} instance
86+
* @since 6.1.8
8687
*/
8788
public CodeWarnings detectDeprecation(ResolvableType resolvableType) {
8889
if (ResolvableType.NONE.equals(resolvableType)) {

0 commit comments

Comments
 (0)