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

Print this page

        

@@ -32,12 +32,13 @@
  * @author Robert Field
  * @author Gordon Hirsch
  * @author James McIlree
  * @since  1.3
  */
-public interface CharValue extends PrimitiveValue, Comparable<CharValue>
-{
+@jdk.Supported
+public interface CharValue extends PrimitiveValue, Comparable<CharValue> {
+
     /**
      * Returns this CharValue as a <code>char</code>.
      *
      * @return the <code>char</code> mirrored by this object.
      */