Module java.money

Interface MonetaryAmountFactoryProviderSpi<T extends MonetaryAmount>

Type Parameters:
T - the concrete amount type.

public interface MonetaryAmountFactoryProviderSpi<T extends MonetaryAmount>
SPI (core): Implementations of this interface are used by the MonetaryAmountsSingletonSpi to evaluate the correct MonetaryAmountFactory instances.
Author:
Anatole Tresch