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

Add nullability annotations to entire project #14

Open
Proximyst opened this issue May 25, 2020 · 1 comment
Open

Add nullability annotations to entire project #14

Proximyst opened this issue May 25, 2020 · 1 comment

Comments

@Proximyst
Copy link

I've recently started using idb religiously in my Kotlin projects. Kotlin uses forced nullability and it respects Java (and co.) annotations for nullability and handles it appropriately to force them in the language. It is therefore best for Kotlin users, and standard Java users alike where the IDE can help, to add nullability (@NotNull/@Nullable) wherever possible.

@NoJokeFNA
Copy link

Feel free to create a PR for that

NoJokeFNA added a commit to NoJokeFNA/db that referenced this issue Mar 1, 2022
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

2 participants