Package ej.annotation
Annotation Type Nullable
-
@Documented @Retention(RUNTIME) @Target({FIELD,LOCAL_VARIABLE,METHOD,PARAMETER}) public @interface Nullable
Indicates that a field, local variable, method return value or parameter can benull.
@Documented @Retention(RUNTIME) @Target({FIELD,LOCAL_VARIABLE,METHOD,PARAMETER}) public @interface Nullable
null.