Fix package description for org.springframework.validation.annotation

See gh-32532
This commit is contained in:
Johnny Lim
2024-06-13 00:40:30 +09:00
committed by Juergen Hoeller
parent b196167f19
commit f3d390a95f

View File

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