Annotation Interface Nullable


@Documented @Retention(RUNTIME) @Target(TYPE_USE) public @interface Nullable
Indicates that a field, parameter, return value, etc. may be null.
Since:
1.9