Annotation Interface Nullable


@Retention(CLASS) @Target({FIELD,METHOD,PARAMETER}) public @interface Nullable
Annotation to indicate that a method parameter, return value, or field can be null.