We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 046724b + b7c7823 commit d1920c0Copy full SHA for d1920c0
spring-beans/src/main/java/org/springframework/beans/factory/aot/CodeWarnings.java
@@ -82,6 +82,7 @@ public CodeWarnings detectDeprecation(Stream<AnnotatedElement> elements) {
82
* specified {@link ResolvableType}.
83
* @param resolvableType a type signature
84
* @return {@code this} instance
85
+ * @since 6.1.8
86
*/
87
public CodeWarnings detectDeprecation(ResolvableType resolvableType) {
88
if (ResolvableType.NONE.equals(resolvableType)) {
0 commit comments