@Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE})
@Retention(RUNTIME)
@Repeatable(Max.List.class)
@Documented
@Constraint(validatedBy={})
public @interface Max
The annotated element must be a number whose value must be lower or
 equal to the specified maximum.
 
Supported types are:
BigDecimalBigIntegerbyte,short,int,long, and their respective wrappers
double and float are not supported due to rounding errors
 (some providers might provide some approximative support).
 
 null elements are considered valid.
- 
Nested Class Summary
Nested Classes - 
Required Element Summary
Required Elements - 
Optional Element Summary
Optional Elements