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

Print this page

        

*** 32,43 **** * @author Robert Field * @author Gordon Hirsch * @author James McIlree * @since 1.3 */ ! public interface BooleanValue extends PrimitiveValue ! { /** * Returns this BooleanValue as a boolean. * * @return the <code>boolean</code> mirrored by this object. */ --- 32,44 ---- * @author Robert Field * @author Gordon Hirsch * @author James McIlree * @since 1.3 */ ! @jdk.Supported ! public interface BooleanValue extends PrimitiveValue { ! /** * Returns this BooleanValue as a boolean. * * @return the <code>boolean</code> mirrored by this object. */