Browse Source

Add Javadoc since for HandlerMethod(HandlerMethod, Object, boolean)

See 56c4d2d

Closes gh-34431
Signed-off-by: Johnny Lim <izeye@naver.com>
pull/34656/head
Johnny Lim 10 months ago committed by Sébastien Deleuze
parent
commit
3c40e5e501
  1. 1
      spring-web/src/main/java/org/springframework/web/method/HandlerMethod.java

1
spring-web/src/main/java/org/springframework/web/method/HandlerMethod.java

@ -186,6 +186,7 @@ public class HandlerMethod extends AnnotatedMethod {
* validation annotations. * validation annotations.
* <p>Subclasses can override this to ensure that a HandlerMethod is of the * <p>Subclasses can override this to ensure that a HandlerMethod is of the
* same type if re-created. * same type if re-created.
* @since 6.2.3
*/ */
protected HandlerMethod(HandlerMethod handlerMethod, @Nullable Object handler, boolean initValidateFlags) { protected HandlerMethod(HandlerMethod handlerMethod, @Nullable Object handler, boolean initValidateFlags) {
super(handlerMethod); super(handlerMethod);

Loading…
Cancel
Save