Module rxmicro.validation
Package io.rxmicro.validation.constraint
Annotation Type NullableArrayItem
-
@Documented @Retention(SOURCE) @Target({FIELD,METHOD,PARAMETER}) @SelfDocumented public @interface NullableArrayItem
The annotated array element may be optional, i.e.null.- Author:
- nedis
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanoffAllows to disable validation rule if validation inherited from super class.
-