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

Print this page

        

*** 35,41 **** --- 35,42 ---- * @author Robert Field * @author Gordon Hirsch * @author James McIlree * @since 1.3 */ + @jdk.Supported public interface PrimitiveType extends Type { }