Annotation Type NotNull
-
@Target({FIELD,METHOD,PARAMETER,LOCAL_VARIABLE}) @Documented @Retention(CLASS) public @interface NotNull
Designates that a field, return value, argument, or variable is guaranteed to be non-null.
@Target({FIELD,METHOD,PARAMETER,LOCAL_VARIABLE})
@Documented
@Retention(CLASS)
public @interface NotNull