Skip to content

Commit bfecbaf

Browse files
committed
Clarified ArgsMatchKind deprecation
1 parent 3429a41 commit bfecbaf

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

spring-expression/src/main/java/org/springframework/expression/spel/support/ReflectionHelper.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,8 +401,10 @@ public static Object[] setupArgumentsForVarargsInvocation(Class<?>[] requiredPar
401401

402402

403403
/**
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
404+
* @deprecated in its public form as of Spring 3.2.7, since there is no need to refer to this directly...
405+
* @see ReflectionHelper.ArgumentsMatchInfo#isExactMatch()
406+
* @see ReflectionHelper.ArgumentsMatchInfo#isCloseMatch()
407+
* @see ReflectionHelper.ArgumentsMatchInfo#isMatchRequiringConversion()
406408
*/
407409
@Deprecated
408410
public static enum ArgsMatchKind {

0 commit comments

Comments
 (0)