add assignment field to CurrencyCode
Opened this issue · 2 comments
pjfanning commented
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.
pjfanning commented
@TakahikoKawasaki if this sounds like a good approach, I can do an Pull Request.
woutb commented
I've created a pull request for it: #82
Test18 contains an example of how to filter based on the @deprecated annotation