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

Print this page

        

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