Skip to content

Commit 3c40e5e

Browse files
izeyesdeleuze
authored andcommitted
Add Javadoc since for HandlerMethod(HandlerMethod, Object, boolean)
See 56c4d2d Closes gh-34431 Signed-off-by: Johnny Lim <[email protected]>
1 parent 9e45178 commit 3c40e5e

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
@@ -186,6 +186,7 @@ protected HandlerMethod(HandlerMethod handlerMethod) {
186186
* validation annotations.
187187
* <p>Subclasses can override this to ensure that a HandlerMethod is of the
188188
* same type if re-created.
189+
* @since 6.2.3
189190
*/
190191
protected HandlerMethod(HandlerMethod handlerMethod, @Nullable Object handler, boolean initValidateFlags) {
191192
super(handlerMethod);

0 commit comments

Comments
 (0)