Browse Source

polish

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1883 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Keith Donald 17 years ago
parent
commit
af0f00839e
  1. 4
      spring-framework-reference/src/validation.xml

4
spring-framework-reference/src/validation.xml

@ -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.

Loading…
Cancel
Save