jdk/src/share/classes/java/time/temporal/ChronoUnit.java
changeset 17474 8c100beabcc0
parent 16852 60207b2b4b42
child 19030 32f129cb6351
equal deleted inserted replaced
17473:35cd9b3a98ff 17474:8c100beabcc0
    70  * These units are intended to be applicable in multiple calendar systems.
    70  * These units are intended to be applicable in multiple calendar systems.
    71  * For example, most non-ISO calendar systems define units of years, months and days,
    71  * For example, most non-ISO calendar systems define units of years, months and days,
    72  * just with slightly different rules.
    72  * just with slightly different rules.
    73  * The documentation of each unit explains how it operates.
    73  * The documentation of each unit explains how it operates.
    74  *
    74  *
    75  * <h3>Specification for implementors</h3>
    75  * @implSpec
    76  * This is a final, immutable and thread-safe enum.
    76  * This is a final, immutable and thread-safe enum.
    77  *
    77  *
    78  * @since 1.8
    78  * @since 1.8
    79  */
    79  */
    80 public enum ChronoUnit implements TemporalUnit {
    80 public enum ChronoUnit implements TemporalUnit {