src/share/classes/java/lang/Long.java

Print this page

        

@@ -25,11 +25,11 @@
 
 package java.lang;
 
 import java.math.*;
 
-import javax.tools.annotation.GenerateNativeHeader;
+//import javax.tools.annotation.GenerateNativeHeader;
 
 /**
  * The {@code Long} class wraps a value of the primitive type {@code
  * long} in an object. An object of type {@code Long} contains a
  * single field whose type is {@code long}.

@@ -50,11 +50,11 @@
  * @author  Josh Bloch
  * @author  Joseph D. Darcy
  * @since   JDK1.0
  */
 /* No native methods here, but the constants are needed in the supporting JNI code */
-@GenerateNativeHeader
+//@GenerateNativeHeader
 public final class Long extends Number implements Comparable<Long> {
     /**
      * A constant holding the minimum value a {@code long} can
      * have, -2<sup>63</sup>.
      */