wordpress-mobile / WordPress-FluxC-Android

WordPress Network and Persistence layer based on the Flux architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nullability Annotations to Java Classes - Store - Base

ParaskP7 opened this issue · comments

Parent #2802

This issue is about adding missing nullability annotations (@Nullable & @NonNull) to the base Store Java-related class, including fields, arguments, parameters, and return values.

FYI: As a reference, an example of such class is the parent Store.java class.