CountryCodePicker icon indicating copy to clipboard operation
CountryCodePicker copied to clipboard

Add @Nullable and @NonNull annotations

Open Jeff11 opened this issue 2 years ago • 0 comments

What should be marked @Nullable for example:

CountryCodePicker.getPhoneNumber()
CountryUtils.getByNumber()
CountryUtils.getByCode()
CountryUtils.getByNameCodeFromCustomCountries()
CountryUtils.getByNameCodeFromAllCountries()```

Jeff11 avatar Aug 01 '22 14:08 Jeff11