Validatron is a Spring Boot validation library that provides a rich set of annotations for validating input fields with greater control and flexibility than standard JSR-303 constraints. It includes unique validators such as @strongpassword, @UniqueField, @trimmed, and country-specific validators like @ValidAadhaar, @ValidPAN, and more.
-
Updated
Jun 22, 2025 - Java