jdk/src/share/classes/java/time/Month.java
changeset 17474 8c100beabcc0
parent 16852 60207b2b4b42
child 19030 32f129cb6351
equal deleted inserted replaced
17473:35cd9b3a98ff 17474:8c100beabcc0
    95  * <p>
    95  * <p>
    96  * This enum represents a common concept that is found in many calendar systems.
    96  * This enum represents a common concept that is found in many calendar systems.
    97  * As such, this enum may be used by any calendar system that has the month-of-year
    97  * As such, this enum may be used by any calendar system that has the month-of-year
    98  * concept defined exactly equivalent to the ISO-8601 calendar system.
    98  * concept defined exactly equivalent to the ISO-8601 calendar system.
    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 Month implements TemporalAccessor, TemporalAdjuster {
   105 public enum Month implements TemporalAccessor, TemporalAdjuster {