Annotation Type Nullable
-
@Target({FIELD,METHOD,PARAMETER,LOCAL_VARIABLE}) @Documented @Retention(CLASS) public @interface Nullable
Designates that a field, return value, argument, or variable may benull
.
@Target({FIELD,METHOD,PARAMETER,LOCAL_VARIABLE})
@Documented
@Retention(CLASS)
public @interface Nullable
null
.