We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3429a41 commit bfecbafCopy full SHA for bfecbaf
1 file changed
spring-expression/src/main/java/org/springframework/expression/spel/support/ReflectionHelper.java
@@ -401,8 +401,10 @@ public static Object[] setupArgumentsForVarargsInvocation(Class<?>[] requiredPar
401
402
403
/**
404
- * @deprecated as of Spring 3.2.7, since there is no need to ever refer to this directly...
405
- * and {@link #REQUIRES_CONVERSION} is effectively unused, going away in Spring 4.0
+ * @deprecated in its public form as of Spring 3.2.7, since there is no need to refer to this directly...
+ * @see ReflectionHelper.ArgumentsMatchInfo#isExactMatch()
406
+ * @see ReflectionHelper.ArgumentsMatchInfo#isCloseMatch()
407
+ * @see ReflectionHelper.ArgumentsMatchInfo#isMatchRequiringConversion()
408
*/
409
@Deprecated
410
public static enum ArgsMatchKind {
0 commit comments