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
This issue is about adding missing nullability annotations (@Nullable & @NonNull) to as many Java-related Annotations classes as possible, found within the fluxc-annotations module, including fields, arguments, parameters, and return values.
FYI: As a reference, an example of such class is Action.java.
The text was updated successfully, but these errors were encountered:
Parent #2827
This issue is about adding missing nullability annotations (
@Nullable
&@NonNull
) to as many Java-relatedAnnotations
classes as possible, found within thefluxc-annotations
module, including fields, arguments, parameters, and return values.FYI: As a reference, an example of such class is Action.java.
The text was updated successfully, but these errors were encountered: