Annotation Interface Nullable


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