Class PastOrPresentValidatorForInstant

All Implemented Interfaces:
ConstraintValidator<PastOrPresent,Instant>, HibernateConstraintValidator<PastOrPresent,Instant>

public class PastOrPresentValidatorForInstant extends AbstractPastOrPresentJavaTimeValidator<Instant>
Check that the java.time.Instant passed is in the past.
Author:
Khalid Alqinyah, Guillaume Smet