Package io.avaje.validation.constraints
Annotation Interface Digits
@Target({METHOD,FIELD,ANNOTATION_TYPE,PARAMETER,TYPE_USE})
@Retention(RUNTIME)
@Repeatable(List.class)
public @interface Digits
The annotated element must be a number within accepted range.
Supported types are:
BigDecimalBigIntegerCharSequencebyte,short,int,long, and their respective wrapper types
null elements are considered valid.
- Author:
- Emmanuel Bernard
-
Nested Class Summary
Nested Classes -
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements