Merge branch '6.2.x'

This commit is contained in:
Sébastien Deleuze 2025-02-16 12:10:59 +01:00
commit 21604d1a25
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +181,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);