We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The assignment field on CountryCode is useful for working out if country codes are no longer used (eg just use the OFFICIALLY_ASSIGNED codes).
assignment
CurrencyCode has some javadoc @deprecated markers but I think it would be better to have some explicit flag that can be checked in code.
@deprecated
The text was updated successfully, but these errors were encountered:
@TakahikoKawasaki if this sounds like a good approach, I can do an Pull Request.
Sorry, something went wrong.
I've created a pull request for it: #82 Test18 contains an example of how to filter based on the @deprecated annotation
No branches or pull requests
The
assignment
field on CountryCode is useful for working out if country codes are no longer used (eg just use the OFFICIALLY_ASSIGNED codes).CurrencyCode has some javadoc
@deprecated
markers but I think it would be better to have some explicit flag that can be checked in code.The text was updated successfully, but these errors were encountered: