ICU-20297 Improve discoverability of currency formatting

This commit is contained in:
Shane F. Carr 2023-05-25 19:17:11 -07:00
parent 85e75ecc13
commit 2238f1c2c1
2 changed files with 6 additions and 0 deletions

View file

@ -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
*/

View file

@ -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
*/