From df7a4dba3ad584e3b4ce95a1ca622b462325d47c Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Mon, 14 Sep 2009 22:00:54 +0000 Subject: [PATCH] polish --- spring-framework-reference/src/validation.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-framework-reference/src/validation.xml b/spring-framework-reference/src/validation.xml index 10af369890..9ffceec889 100644 --- a/spring-framework-reference/src/validation.xml +++ b/spring-framework-reference/src/validation.xml @@ -1217,9 +1217,9 @@ public interface FormatterRegistry { Third, Spring MVC now has support for declaratively validating @Controller inputs.
- Overview of the Bean Validation API (JSR-303) + Overview of the JSR-303 Bean Validation API - 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.