Package nl.knaw.dans.validation
Annotation Interface GreaterThan
@Target(TYPE)
@Retention(RUNTIME)
@Constraint(validatedBy=GreaterThanValidator.class)
@Documented
public @interface GreaterThan
Validates that the value of one field is greater than the value of another field.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements