Update @since tag due to backport

See gh-26856
This commit is contained in:
Sam Brannen
2021-05-04 10:59:49 +02:00
parent 08855fee51
commit 5b96c9b87e

View File

@@ -147,7 +147,7 @@ public class ModelAttributeMethodArgumentResolver extends HandlerMethodArgumentR
/**
* Determine if binding should be disabled for the supplied {@link MethodParameter},
* based on the {@link ModelAttribute#binding} annotation attribute.
* @since 5.3.7
* @since 5.2.15
*/
private boolean bindingDisabled(MethodParameter parameter) {
ModelAttribute modelAttribute = parameter.getParameterAnnotation(ModelAttribute.class);