Skip to content
This repository was archived by the owner on Jun 27, 2021. It is now read-only.

Commit 5ca27d6

Browse files
committed
Improved Javadoc.
1 parent 702d46e commit 5ca27d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/javax/money/convert/ExchangeRateProviderSupplier.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010

1111

1212
/**
13-
* A supplier of {@link ExchangeRateProvider} name that references an implementation.
13+
* A supplier of {@link ExchangeRateProvider} name that references an implementation. This can be used to let
14+
* an enum type implement this interface, so enums values can be passed to {@link javax.money.convert.MonetaryConversions}
15+
* for determining the rate providers to be used.
1416
*/
1517
public interface ExchangeRateProviderSupplier{
1618

0 commit comments

Comments
 (0)