Module java.money

Interface CurrencyProviderSpi


public interface CurrencyProviderSpi
SPI (core) to be registered using the Bootstrap, which allows to register/provide additional currencies into the system automatically on startup. The implementation is allowed to be implemented in y contextual way, so depending on the runtime context, different currencies may be available.
Author:
Anatole Tresch