jdk/src/share/classes/java/time/MonthDay.java
changeset 17474 8c100beabcc0
parent 16852 60207b2b4b42
child 19030 32f129cb6351
equal deleted inserted replaced
17473:35cd9b3a98ff 17474:8c100beabcc0
   109  * system, in which today's rules for leap years are applied for all time.
   109  * system, in which today's rules for leap years are applied for all time.
   110  * For most applications written today, the ISO-8601 rules are entirely suitable.
   110  * For most applications written today, the ISO-8601 rules are entirely suitable.
   111  * However, any application that makes use of historical dates, and requires them
   111  * However, any application that makes use of historical dates, and requires them
   112  * to be accurate will find the ISO-8601 approach unsuitable.
   112  * to be accurate will find the ISO-8601 approach unsuitable.
   113  *
   113  *
   114  * <h3>Specification for implementors</h3>
   114  * @implSpec
   115  * This class is immutable and thread-safe.
   115  * This class is immutable and thread-safe.
   116  *
   116  *
   117  * @since 1.8
   117  * @since 1.8
   118  */
   118  */
   119 public final class MonthDay
   119 public final class MonthDay