-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Remove Nullable
annotation
#15876
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 Nullable
annotation
#15876
Conversation
Thanks for the PR. The intent of the proposed changes isn't clear to me. Can you please describe what you are aiming to harmonise? Note that we have an issue open to add |
nullable annotation is declared another convert method. in harmony with them.. But if you change the entire api at once, this pr is closed. |
Thanks for the clarification. The existing usages of @snicoll, can you recall why we have Lines 42 to 50 in e8fef97
|
It is probably a mistake, IntelliJ IDEA can add the annotation automatically when you override a method. |
Lines 53 to 59 in ca0de43
Nullable Annotations are declared in the class |
Well spotted. They shouldn't be there either (and are providing no benefit as it's a package-private class). Would you like to repurpose this PR to remove them? The only place where |
Thanks very much for making your first contribution to Spring Boot, @wonwoo. The proposed changes have been merged into 2.1.x and forwards into master. |
No description provided.