/** * Support classes for annotation-based constraint evaluation, * e.g. using a JSR-303 Bean Validation provider. * * <p>Provides an extended variant of JSR-303's {@code @Valid}, * supporting the specification of validation groups. */ package org.springframework.validation.annotation;