TakahikoKawasaki / nv-i18n

Package to support internationalization, containing ISO 3166-1 country code enum, ISO 639-1 language code enum, etc.
Apache License 2.0
389 stars 115 forks source link

add java @Deprecated annotations to deprecated currencies #58

Closed pjfanning closed 5 years ago

pjfanning commented 5 years ago

I want to be able to iterate over CurrencyCodes.values() and ignore the deprecated ones. It's easier to check for an annotation in code (using Java reflection).