Annotation Type Nullable


@Target({FIELD,PARAMETER,METHOD}) @Retention(SOURCE) public @interface Nullable
Indicates that the annotated field, parameter, or return value of the annotated method is allowed to be null.