git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1883 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Keith Donald 2009-09-14 22:00:54 +00:00
parent 421ac2c561
commit af0f00839e
1 changed files with 2 additions and 2 deletions

View File

@ -1217,9 +1217,9 @@ public interface FormatterRegistry {
Third, Spring MVC now has support for declaratively validating @Controller inputs.
</para>
<section id="validation.beanvalidation.overview">
<title>Overview of the Bean Validation API (JSR-303)</title>
<title>Overview of the JSR-303 Bean Validation API</title>
<para>
The Bean Validation API (JSR-303) standardizes validation constraint declaration and metadata for the Java platform.
JSR-303 standardizes validation constraint declaration and metadata for the Java platform.
Using this API, you annotate domain model properties with declarative validation constraints and the runtime enforces them.
There are a number of built-in constraints you can can take advantage of.
You may also define your own custom constraints.