This commit is contained in:
Keith Donald 2009-09-14 22:00:54 +00:00
parent 5c525e546c
commit df7a4dba3a
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. Third, Spring MVC now has support for declaratively validating @Controller inputs.
</para> </para>
<section id="validation.beanvalidation.overview"> <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> <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. 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. There are a number of built-in constraints you can can take advantage of.
You may also define your own custom constraints. You may also define your own custom constraints.