jdk/src/share/classes/java/time/format/FormatStyle.java
changeset 17474 8c100beabcc0
parent 15658 55b829ca2334
equal deleted inserted replaced
17473:35cd9b3a98ff 17474:8c100beabcc0
    65  * Enumeration of the style of a localized date, time or date-time formatter.
    65  * Enumeration of the style of a localized date, time or date-time formatter.
    66  * <p>
    66  * <p>
    67  * These styles are used when obtaining a date-time style from configuration.
    67  * These styles are used when obtaining a date-time style from configuration.
    68  * See {@link DateTimeFormatter} and {@link DateTimeFormatterBuilder} for usage.
    68  * See {@link DateTimeFormatter} and {@link DateTimeFormatterBuilder} for usage.
    69  *
    69  *
    70  * <h3>Specification for implementors</h3>
    70  * @implSpec
    71  * This is an immutable and thread-safe enum.
    71  * This is an immutable and thread-safe enum.
    72  *
    72  *
    73  * @since 1.8
    73  * @since 1.8
    74  */
    74  */
    75 public enum FormatStyle {
    75 public enum FormatStyle {