Closed as not planned
Description
I would like to have the default behavior (even without using of @NonNullApi or with @NonNullApi
if that is impossible ) for parameters and return values is, respectively, neither to accept nor to produce null values and use @Nullable
on a parameter or return value that can be null.