Skip to content
New issue

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

Apply Nullable/NotNullByDefault annotations #289

Merged
merged 4 commits into from
Mar 28, 2024

Conversation

simonatan
Copy link
Contributor

Motivation:
Nullable/NotNullByDefault annotations give an idea of what to expect from the API. Plus, they provide a better IDE integration. This PR is based on the work done in netty/netty#12878

Modification:
Nullable/NotNullByDefault annotations are applied where necessary.

Result:
The change extends the API with nullability expectations. Plus, it provides a better IDE integration.

Motivation:
Nullable/NotNullByDefault annotations give an idea of what to expect from the API. Plus, they provide a better IDE integration. This PR is based on the work done in netty/netty#12878

Modification:
Nullable/NotNullByDefault annotations are applied where necessary.

Result:
The change extends the API with nullability expectations. Plus, it provides a better IDE integration.
…java

Co-authored-by: Norman Maurer <norman_maurer@apple.com>
@simonatan
Copy link
Contributor Author

@normanmaurer PTAL

@normanmaurer normanmaurer added this to the 0.0.28.Final milestone Mar 26, 2024
@normanmaurer normanmaurer merged commit c50fb26 into netty:main Mar 28, 2024
5 checks passed
@normanmaurer
Copy link
Member

@simonatan thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants