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:
Johnny Lim 2025-02-16 00:55:48 +09:00 committed by Sébastien Deleuze
parent 9e45178202
commit 3c40e5e501
1 changed files with 1 additions and 0 deletions

View File

@ -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);