All Implemented Interfaces:
jakarta.validation.ConstraintValidator<jakarta.validation.constraints.Past,Year>, HibernateConstraintValidator<jakarta.validation.constraints.Past,Year>

public class PastValidatorForYear extends AbstractPastJavaTimeValidator<Year>
Check that the java.time.Year passed is in the past.
Author:
Guillaume Smet
  • Constructor Details

    • PastValidatorForYear

      public PastValidatorForYear()
  • Method Details