jdk/src/share/classes/java/time/temporal/ValueRange.java
changeset 17474 8c100beabcc0
parent 16852 60207b2b4b42
child 19030 32f129cb6351
equal deleted inserted replaced
17473:35cd9b3a98ff 17474:8c100beabcc0
    77  * For example, a weird field may have valid values of 1, 2, 4, 6, 7, thus
    77  * For example, a weird field may have valid values of 1, 2, 4, 6, 7, thus
    78  * have a range of '1 - 7', despite that fact that values 3 and 5 are invalid.
    78  * have a range of '1 - 7', despite that fact that values 3 and 5 are invalid.
    79  * <p>
    79  * <p>
    80  * Instances of this class are not tied to a specific field.
    80  * Instances of this class are not tied to a specific field.
    81  *
    81  *
    82  * <h3>Specification for implementors</h3>
    82  * @implSpec
    83  * This class is immutable and thread-safe.
    83  * This class is immutable and thread-safe.
    84  *
    84  *
    85  * @since 1.8
    85  * @since 1.8
    86  */
    86  */
    87 public final class ValueRange implements Serializable {
    87 public final class ValueRange implements Serializable {