Clarified ArgsMatchKind deprecation
This commit is contained in:
@@ -401,8 +401,10 @@ public class ReflectionHelper {
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @deprecated as of Spring 3.2.7, since there is no need to ever refer to this directly...
|
* @deprecated in its public form as of Spring 3.2.7, since there is no need to refer to this directly...
|
||||||
* and {@link #REQUIRES_CONVERSION} is effectively unused, going away in Spring 4.0
|
* @see ReflectionHelper.ArgumentsMatchInfo#isExactMatch()
|
||||||
|
* @see ReflectionHelper.ArgumentsMatchInfo#isCloseMatch()
|
||||||
|
* @see ReflectionHelper.ArgumentsMatchInfo#isMatchRequiringConversion()
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public static enum ArgsMatchKind {
|
public static enum ArgsMatchKind {
|
||||||
|
|||||||
Reference in New Issue
Block a user