Package io.avaje.validation.constraints
Annotation Interface Range
@Documented
@Retention(RUNTIME)
@Repeatable(List.class)
@Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE})
public @interface Range
The annotated element has to be in the appropriate range. Apply on numeric values or string
representation of the numeric value.
- Author:
- Hardy Ferentschik
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceDefines several@Rangeannotations on the same element. -
Optional Element Summary
Optional Elements