Introduced by commit f9726ae0c8

Closes gh-32111
This commit is contained in:
Yanming Zhou 2024-01-25 09:18:28 +08:00 committed by Sébastien Deleuze
parent c6121da151
commit 6b3bf554ce
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
[.small]#xref:web/webmvc/mvc-controller/ann-validation.adoc[See equivalent in the Servlet stack]#
Spring MVC has built-in xref:core/validation/validator.adoc[Validation] support for
Spring WebFlux has built-in xref:core/validation/validator.adoc[Validation] support for
`@RequestMapping` methods, including the option to use
xref:core/validation/beanvalidation.adoc[Java Bean Validation].
The validation support works on two levels.