All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.springframework.validation.annotation.package-info Maven / Gradle / Ivy

/**
 * 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. */ @NonNullApi @NonNullFields package org.springframework.validation.annotation; import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullFields;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy