Skip to content

Commit fae67e4

Browse files
izeyesdeleuze
authored andcommitted
Add Javadoc since for HandlerMethod(HandlerMethod, Object, boolean)
See 56c4d2d Closes spring-projectsgh-34431 Signed-off-by: Johnny Lim <izeye@naver.com>
1 parent fe41cd6 commit fae67e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ protected HandlerMethod(HandlerMethod handlerMethod) {
181181
* validation annotations.
182182
* <p>Subclasses can override this to ensure that a HandlerMethod is of the
183183
* same type if re-created.
184+
* @since 6.2.3
184185
*/
185186
protected HandlerMethod(HandlerMethod handlerMethod, @Nullable Object handler, boolean initValidateFlags) {
186187
super(handlerMethod);

0 commit comments

Comments
 (0)