jdk/src/share/classes/java/time/chrono/IsoEra.java
changeset 17474 8c100beabcc0
parent 16852 60207b2b4b42
child 20873 e91d5b1cb8e6
equal deleted inserted replaced
17473:35cd9b3a98ff 17474:8c100beabcc0
    95  * </table>
    95  * </table>
    96  * <p>
    96  * <p>
    97  * <b>Do not use {@code ordinal()} to obtain the numeric representation of {@code IsoEra}.
    97  * <b>Do not use {@code ordinal()} to obtain the numeric representation of {@code IsoEra}.
    98  * Use {@code getValue()} instead.</b>
    98  * Use {@code getValue()} instead.</b>
    99  *
    99  *
   100  * <h3>Specification for implementors</h3>
   100  * @implSpec
   101  * This is an immutable and thread-safe enum.
   101  * This is an immutable and thread-safe enum.
   102  *
   102  *
   103  * @since 1.8
   103  * @since 1.8
   104  */
   104  */
   105 public enum IsoEra implements Era {
   105 public enum IsoEra implements Era {