@Documented @Retention(value=RUNTIME) @Target(value={METHOD,FIELD,ANNOTATION_TYPE}) @EachConstraint(validateAs=javax.validation.constraints.DecimalMax.class) @Constraint(validatedBy=CommonEachValidator.class) public @interface EachDecimalMax
DecimalMax,
CommonEachValidatorpublic abstract String value
String representation of the max value according to the
BigDecimal string representation.public abstract String message
public abstract Class<?>[] groups
public abstract Class<? extends javax.validation.Payload>[] payload
public abstract boolean inclusive
true if the value must be lower or equal to the specified maximum,
false if the value must be lowerCopyright © 2013–2014. All rights reserved.