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