Home | History | Annotate | Download | only in number
      1 /* GENERATED SOURCE. DO NOT MODIFY. */
      2 //  2017 and later: Unicode, Inc. and others.
      3 // License & terms of use: http://www.unicode.org/copyright.html#License
      4 package android.icu.number;
      5 
      6 /**
      7  * A class that defines the simple notation style to be used when formatting numbers in NumberFormatter.
      8  *
      9  * <p>
     10  * This class exposes no public functionality. To create a SimpleNotation, use one of the factory methods in
     11  * {@link Notation}.
     12  *
     13  * @see NumberFormatter
     14  * @hide Only a subset of ICU is exposed in Android
     15  * @hide draft / provisional / internal are hidden on Android
     16  */
     17 public class SimpleNotation extends Notation {
     18     /* package-private */ SimpleNotation() {
     19     }
     20 }