I\'m working on a project that uses bean validation (Hibernate Validator 5.1.3.Final). My bean has a attribute with the @Past annotation.
@Past
@Past(
There is a @Past annotation in the javax.validation.constraints (validation-api-2.0.1.Final)
javax.validation.constraints
And it works pretty well for java.time.LocalDate
java.time.LocalDate