We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@AllNonnullByDefault is too long and too complex.
@AllNonnullByDefault
The simplest and most descriptive name I came up with is @NonNullPackage.
@NonNullPackage
It's somewhat similiar to (but maybe even more descriptive than) Spring's @NonNullApi and @NonNullFields.
@NonNullApi
@NonNullFields
The text was updated successfully, but these errors were encountered:
24b9b39
tlinkowski
No branches or pull requests
@AllNonnullByDefault
is too long and too complex.The simplest and most descriptive name I came up with is
@NonNullPackage
.It's somewhat similiar to (but maybe even more descriptive than) Spring's
@NonNullApi
and@NonNullFields
.The text was updated successfully, but these errors were encountered: