< prev index next >

jdk/src/jdk.jdwp.agent/share/classes/module-info.java

Print this page

        

*** 22,34 **** * or visit www.oracle.com if you need additional information or have any * questions. */ /** ! * Java Debug Wire Protocol. * * @moduleGraph * @since 9 */ module jdk.jdwp.agent { } --- 22,36 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ /** ! * Provides the implementation of the Java Debug Wire Protocol (JDWP) agent. * * @moduleGraph * @since 9 + * @see <a href="../specs/jdwp/jdwp-spec.html">JDWP Specification</a> + * @see <a href="../specs/jdwp/jdwp-transport.html">JDWP Transport Specification</a> */ module jdk.jdwp.agent { }
< prev index next >