Package org.springframework.validation.annotation
@NonNullApi
@NonNullFields
package org.springframework.validation.annotation
Support classes for annotation-based constraint evaluation,
for example, using a JSR-303 Bean Validation provider.
Provides an extended variant of JSR-303's @Valid
,
supporting the specification of validation groups.
-
ClassDescriptionVariant of JSR-303's
Valid
, supporting the specification of validation groups.Utility class for handling validation annotations.