File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * CREDIT SUISSE IS WILLING TO LICENSE THIS SPECIFICATION TO YOU ONLY UPON THE CONDITION THAT YOU
3
+ * ACCEPT ALL OF THE TERMS CONTAINED IN THIS AGREEMENT. PLEASE READ THE TERMS AND CONDITIONS OF THIS
4
+ * AGREEMENT CAREFULLY. BY DOWNLOADING THIS SPECIFICATION, YOU ACCEPT THE TERMS AND CONDITIONS OF
5
+ * THE AGREEMENT. IF YOU ARE NOT WILLING TO BE BOUND BY IT, SELECT THE "DECLINE" BUTTON AT THE
6
+ * BOTTOM OF THIS PAGE. Specification: JSR-354 Money and Currency API ("Specification") Copyright
7
+ * (c) 2012-2013, Credit Suisse All rights reserved.
8
+ */
9
+ module java .money {
10
+ exports javax .money ;
11
+ exports javax .money .convert ;
12
+ exports javax .money .format ;
13
+ exports javax .money .spi ;
14
+ requires java .base ;
15
+ requires java .logging ;
16
+ uses javax .money .spi .CurrencyProviderSpi ;
17
+ uses javax .money .spi .MonetaryAmountFactoryProviderSpi ;
18
+ uses javax .money .spi .MonetaryAmountFormatProviderSpi ;
19
+ uses javax .money .spi .MonetaryAmountsSingletonQuerySpi ;
20
+ uses javax .money .spi .MonetaryAmountsSingletonSpi ;
21
+ uses javax .money .spi .MonetaryConversionsSingletonSpi ;
22
+ uses javax .money .spi .MonetaryFormatsSingletonSpi ;
23
+ uses javax .money .spi .MonetaryRoundingsSingletonSpi ;
24
+ uses javax .money .spi .RoundingProviderSpi ;
25
+ uses javax .money .spi .ServiceProvider ;
26
+ uses javax .money .convert .ExchangeRateProvider ;
27
+ uses javax .money .convert .ExchangeRateProviderSupplier ;
28
+ uses javax .money .format .MonetaryAmountFormat ;
29
+ }
You can’t perform that action at this time.
0 commit comments