-
Notifications
You must be signed in to change notification settings - Fork 209
docs: replace com.vaadin.hilla.Nonnull usages #4155
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but also updated the recommendation of Vaadin about using JSpecify NonNull and Nullable annotations. Asking @cromoteca for a second review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's a bit better like this
Co-authored-by: Luciano Vernaschi <[email protected]>
Fixes #4156
Fixes vaadin/hilla#3350
Replaces usages of the deprecated
com.vaadin.hilla.Nonnull
annotation in examples with the jspecify variant.