* Package name : geronimo-validation-1.0-spec
Version : 1.1
Upstream Author : Apache Software Foundation
* URL :
http://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-
validation_1.0_spec-1.1/
* License : Apache-2.0
Programming Lang: Java
Description : Geronimo JSR-303 Bean Validation Spec API
Apache Geronimo implementation of the JSR-303 Bean Validation Spec API.
.
JSR 303 defines a metadata model and API for JavaBean validation.
The default metadata source is annotations, with the ability to override and
extend the meta-data through the use of XML validation descriptors. The
API is not tied to a specific application tier or programming model.
.
It is specifically not tied to either the web tier or the persistence tier,
and is available for both server-side application programming,
as well as rich client Swing application developer.
.
This package contains only API of JSR-303 spec. Hibernate Validator is the
reference implementation of this spec.
This library is needed to package Spring Framework 3.0 and Hibernate Validator
4.x.