Annotation Type Nullable
-
@Target({FIELD,PARAMETER,METHOD}) @Retention(RUNTIME) @Documented public @interface Nullable
This annotation is the opposite ofNotNull
and is intended to document that a field is optional
@Target({FIELD,PARAMETER,METHOD}) @Retention(RUNTIME) @Documented public @interface Nullable
NotNull
and is intended to document that a field is optional