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