java.lang.Object
org.hibernate.validator.internal.constraintvalidators.hv.time.DurationMinValidator
All Implemented Interfaces:
ConstraintValidator<DurationMin,Duration>

public class DurationMinValidator extends Object implements ConstraintValidator<DurationMin,Duration>
Checks that a validated Duration length is longer than or equal to the one specified with the annotation.
Author:
Marko Bekhta