-
Notifications
You must be signed in to change notification settings - Fork 40
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
Provide two annotations, NonnullField and NonnullApi #124
Comments
I'd like to see the converse also added NullField and NullApi, this way you could enforce being explicit. Honestly this is low hanging fruit, I have time on my plate and would be willing to contribute these, as well as any underlying needed duplication of JSR-305 to support them (I notice spring's annotations compose JSR-305 code) |
Hey, Spring Framework committer here. I am not sure that would be as simple as adding those 2 additional annotations since:
In a nutshell, going beyond simple |
Like in Spring, non null annotations can be added to all fields in the class and method parameter return values, And it should be able to support annotation of the entire project/module
The text was updated successfully, but these errors were encountered: