Add Javadoc since for HandlerMethod(HandlerMethod, Object, boolean)
See 56c4d2d
Closes gh-34431
Signed-off-by: Johnny Lim <izeye@naver.com>
This commit is contained in:
parent
9e45178202
commit
3c40e5e501
|
@ -186,6 +186,7 @@ public class HandlerMethod extends AnnotatedMethod {
|
|||
* validation annotations.
|
||||
* <p>Subclasses can override this to ensure that a HandlerMethod is of the
|
||||
* same type if re-created.
|
||||
* @since 6.2.3
|
||||
*/
|
||||
protected HandlerMethod(HandlerMethod handlerMethod, @Nullable Object handler, boolean initValidateFlags) {
|
||||
super(handlerMethod);
|
||||
|
|
Loading…
Reference in New Issue