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

Remove superfluous @NonNull annotations #2976

Closed
mp911de opened this issue Nov 13, 2023 · 0 comments
Closed

Remove superfluous @NonNull annotations #2976

mp911de opened this issue Nov 13, 2023 · 0 comments
Assignees
Labels
type: task A general task

Comments

@mp911de
Copy link
Member

mp911de commented Nov 13, 2023

In several places we have elements annotated with @NonNull although these elements do not override other ones. Using @NonNullApi defaults to non-null API by default hence additional @NonNull annotations can be removed.

@mp911de mp911de added the type: task A general task label Nov 13, 2023
@mp911de mp911de self-assigned this Nov 13, 2023
mp911de added a commit that referenced this issue Nov 13, 2023
@mp911de mp911de added this to the 3.1.6 (2023.0.6) milestone Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: task A general task
Projects
None yet
Development

No branches or pull requests

1 participant