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

Default-Nullability and @Nullable #331

Open
t1 opened this issue Oct 16, 2020 · 0 comments
Open

Default-Nullability and @Nullable #331

t1 opened this issue Oct 16, 2020 · 0 comments

Comments

@t1
Copy link
Contributor

t1 commented Oct 16, 2020

To make an API null-safe is currently a lot of work: you'll have to place @NonNull annotations almost everywhere.

We could add an option to toggle the default to be non-null; then only exceptions would have to either be annotated with a new @Nullable annotation or use Optional.

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

No branches or pull requests

1 participant