jdk/src/share/classes/java/time/temporal/JulianFields.java
changeset 17474 8c100beabcc0
parent 16852 60207b2b4b42
child 19030 32f129cb6351
equal deleted inserted replaced
17473:35cd9b3a98ff 17474:8c100beabcc0
    79  * <p>
    79  * <p>
    80  * The fields are implemented relative to {@link ChronoField#EPOCH_DAY EPOCH_DAY}.
    80  * The fields are implemented relative to {@link ChronoField#EPOCH_DAY EPOCH_DAY}.
    81  * The fields are supported, and can be queried and set if {@code EPOCH_DAY} is available.
    81  * The fields are supported, and can be queried and set if {@code EPOCH_DAY} is available.
    82  * The fields work with all chronologies.
    82  * The fields work with all chronologies.
    83  *
    83  *
    84  * <h3>Specification for implementors</h3>
    84  * @implSpec
    85  * This is an immutable and thread-safe class.
    85  * This is an immutable and thread-safe class.
    86  *
    86  *
    87  * @since 1.8
    87  * @since 1.8
    88  */
    88  */
    89 public final class JulianFields {
    89 public final class JulianFields {