Package io.reactivex.rxjava3.annotations
Annotation Interface NonNull
@Documented
@Target({FIELD,METHOD,PARAMETER,LOCAL_VARIABLE,TYPE_PARAMETER,TYPE_USE})
@Retention(CLASS)
public @interface NonNull
Indicates that a field/parameter/variable/type parameter/return type is never null.