< prev index next >

src/java.base/share/classes/java/lang/Double.java

Print this page
*** 355,10 ***
--- 355,11 ---
   * @author  Lee Boynton
   * @author  Arthur van Hoff
   * @author  Joseph D. Darcy
   * @since 1.0
   */
+ @jdk.internal.MigratedValueClass
  @jdk.internal.ValueBased
  public final class Double extends Number
          implements Comparable<Double>, Constable, ConstantDesc {
      /**
       * A constant holding the positive infinity of type
< prev index next >