blob: 8c251b7d64b14f1490227dd0fe58ec0ae128a822 [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
// ? 2017 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
package android.icu.number;
/**
* A class that defines the scientific notation style to be used when formatting numbers in
* NumberFormatter.
*
* <p>
* This class exposes no public functionality. To create a CompactNotation, use one of the factory
* methods in {@link android.icu.number.Notation Notation}.
*
* @see android.icu.number.NumberFormatter
*/
@SuppressWarnings({"unchecked", "deprecation", "all"})
public class CompactNotation extends android.icu.number.Notation {
CompactNotation() { throw new RuntimeException("Stub!"); }
}