unitsofmeasurement / indriya

JSR 385 - Reference Implementation
Other
118 stars 40 forks source link

Allow extension of ResourceBundles using e.g. MultiPropertyResourceBundle #270

Open keilw opened 4 years ago

keilw commented 4 years ago

For EBNFUnitFormat and LocalUnitFormat an extension mechanism should exist, allowing also translated or additional resources for 3rd party extension modules. Since Jigsaw they can't be defined in the same path/package any more, so either a folder name that's different from any package may be usable by multiple modules or well-known extension points (additional folders that are different from any package used by a module) shall be defined using MultiPropertyResourceBundle.