org.sejda.model.validation.constraint
Annotation Type ValidCoordinates
@Target(value={METHOD,FIELD,ANNOTATION_TYPE,PARAMETER,TYPE})
@Retention(value=RUNTIME)
@Constraint(validatedBy=CoordinatesValidator.class)
@Documented
public @interface ValidCoordinates
Constraint on the coordinates defined ensuring that top is greater then bottom and right is greater then left.
- Author:
- Andrea Vacondio
message
public abstract String message
- Default:
- "The given coordinates are not valid."
groups
public abstract Class<?>[] groups
- Default:
- {}
payload
public abstract Class<? extends javax.validation.Payload>[] payload
- Default:
- {}
Copyright © 2013 sejda. All Rights Reserved.