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