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

Print this page

        

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