You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If possible, I'd like for you to consider another annotation, namely @EverythingIsNonnullByDefault as defined in this SO answer or variations thereof, such as @ReturnTypesAreNonnullByDefault and @FieldsAreNonnullByDefault, as defined in this SO answer. It would do away with the need for everybody to re-implement/redefine these annotations themselves. (I used these in several internal projects, and based on the SO answers it's not uncommon for other to do, too.)
If error-prone starts checking nullness annotations we should consider adding these.
The text was updated successfully, but these errors were encountered:
Suggested by @Stephan202 in #93 -
If error-prone starts checking nullness annotations we should consider adding these.
The text was updated successfully, but these errors were encountered: