jdk/src/share/classes/java/time/chrono/JapaneseEra.java
changeset 17474 8c100beabcc0
parent 16852 60207b2b4b42
child 19030 32f129cb6351
equal deleted inserted replaced
17473:35cd9b3a98ff 17474:8c100beabcc0
    89  * between Meiji 1 - 5 are not historically correct.
    89  * between Meiji 1 - 5 are not historically correct.
    90  * The older eras are recognized as Seireki (Western calendar) era,
    90  * The older eras are recognized as Seireki (Western calendar) era,
    91  * and the year of era of Seireki is proleptic Gregorian year.
    91  * and the year of era of Seireki is proleptic Gregorian year.
    92  * (The Julian to Gregorian transition is not supported.)
    92  * (The Julian to Gregorian transition is not supported.)
    93  *
    93  *
    94  * <h3>Specification for implementors</h3>
    94  * @implSpec
    95  * This class is immutable and thread-safe.
    95  * This class is immutable and thread-safe.
    96  *
    96  *
    97  * @since 1.8
    97  * @since 1.8
    98  */
    98  */
    99 public final class JapaneseEra
    99 public final class JapaneseEra