Annotation Interface AlwaysNull
@Documented
@Target({FIELD,METHOD,PARAMETER})
@Retention(RUNTIME)
@Nonnull(when=NEVER)
@TypeQualifierNickname
public @interface AlwaysNull
Indicates that a field, method or parameter can only be
null
.null
.