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
It is useful to annotate parameters, fields and return values with @NonNull or @Nullable. Then the modern IDEs can warn you in case if you pass wrong value or do not check return type for nullability.
The text was updated successfully, but these errors were encountered:
It is useful to annotate parameters, fields and return values with
@NonNull
or@Nullable
. Then the modern IDEs can warn you in case if you pass wrong value or do not check return type for nullability.The text was updated successfully, but these errors were encountered: