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
Being a modern library we should mark our base package with @ParametersAreNonnullByDefault annotation and mark all nullable parameters as @Nullable within the code using JSR305.
The text was updated successfully, but these errors were encountered:
Being a modern library we should mark our base package with
@ParametersAreNonnullByDefault
annotation and mark all nullable parameters as@Nullable
within the code using JSR305.The text was updated successfully, but these errors were encountered: