-
@Documented @Retention(SOURCE) @Target({FIELD,METHOD,PARAMETER}) @SelfDocumented public @interface Nullable
The annotated element may be optional, i.e.null.- Since:
- 0.1
- Author:
- nedis
- See Also:
NullableArrayItem
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanoffAllows disabling the validation rule if this rule is inherited from super class.
-