mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 05:55:35 +00:00
ICU-20297 Improve discoverability of currency formatting
This commit is contained in:
parent
85e75ecc13
commit
2238f1c2c1
2 changed files with 6 additions and 0 deletions
|
@ -80,6 +80,9 @@
|
|||
* This API is based on the <em>fluent</em> design pattern popularized by libraries such as Google's Guava. For
|
||||
* extensive details on the design of this API, read <a href="https://goo.gl/szi5VB">the design doc</a>.
|
||||
*
|
||||
* <p>
|
||||
* Note: To format monetary/currency values, specify the currency in the `.unit()` function.
|
||||
*
|
||||
* @author Shane Carr
|
||||
*/
|
||||
|
||||
|
|
|
@ -61,6 +61,9 @@ import com.ibm.icu.util.ULocale;
|
|||
* Guava. For extensive details on the design of this API, read <a href="https://goo.gl/szi5VB">the
|
||||
* design doc</a>.
|
||||
*
|
||||
* <p>
|
||||
* Note: To format monetary/currency values, specify the currency in the `.unit()` function.
|
||||
*
|
||||
* @author Shane Carr
|
||||
* @stable ICU 60
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue