org.springframework.validation.annotation.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-context Show documentation
Show all versions of spring-context Show documentation
Spring Context for jdk 1.5
The newest version!
/**
* Support classes for annotation-based constraint evaluation,
* e.g. using a JSR-303 Bean Validation provider.
*
* Provides an extended variant of JSR-303's {@code @Valid},
* supporting the specification of validation groups.
*/
package org.springframework.validation.annotation;