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 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 11 * in {@link Notation}. 12 * 13 * @see NumberFormatter 14 */ 15 public class SimpleNotation extends Notation { SimpleNotation()16 /* package-private */ SimpleNotation() { 17 } 18 } 19