Annotation Type NeverNull
-
@Documented @Target({FIELD,METHOD,PARAMETER}) @Retention(RUNTIME) @Nonnull @TypeQualifierNickname public @interface NeverNull
Indicates that a field, method or parameter can never benull
. Typically, this does not need to be declared explicitly but is guaranteed byNeverNull.ByDefault
.