Annotation Type Past
Annotation used to validate a LocalDate input is before from supplied date.
String supplied to value should be in ISO-8601 (YYYY-MM-DD) format.
* Example usage:
*
*
* public class UserDto {
* @Past("2025-08-21")
* private Date date;
* }
*
* -
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements