We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caaa86d commit b7c7823Copy full SHA for b7c7823
spring-beans/src/main/java/org/springframework/beans/factory/aot/CodeWarnings.java
@@ -83,6 +83,7 @@ public CodeWarnings detectDeprecation(Stream<AnnotatedElement> elements) {
83
* specified {@link ResolvableType}.
84
* @param resolvableType a type signature
85
* @return {@code this} instance
86
+ * @since 6.1.8
87
*/
88
public CodeWarnings detectDeprecation(ResolvableType resolvableType) {
89
if (ResolvableType.NONE.equals(resolvableType)) {
0 commit comments