@Target(value={METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE})
@Retention(value=RUNTIME)
@Constraint(validatedBy=Constraints.MaxValidator.class)
public static @interface Constraints.Max
| Modifier and Type | Required Element and Description |
|---|---|
long |
value |