src/share/classes/com/sun/jdi/LongType.java

Print this page

        

@@ -33,8 +33,8 @@
  * @see LongValue
  *
  * @author James McIlree
  * @since  1.3
  */
-public interface LongType extends PrimitiveType
-{
+@jdk.Supported
+public interface LongType extends PrimitiveType {
 }