< prev index next >

jdk/src/jdk.jdi/share/classes/module-info.java

Print this page

        

@@ -43,12 +43,11 @@
  * For more information on the Java Platform Debugger Architecture, see the <a
  * href="{@docRoot}/../../../../technotes/guides/jpda/index.html"> Java
  * Platform Debugger Architecture documentation</a> for this release and the <a
  * href="http://java.sun.com/products/jpda">Java Platform Debugger Architecture
  * website</a>.
- * <p style="font-size:larger">
- * <b>Global Exceptions:</b>
+ * <h3>Global Exceptions</h3>
  * <p>
  * This section documents exceptions which apply to the entire API and are thus
  * not documented on individual methods.
  * <blockquote>
  *   <p>

@@ -101,10 +100,25 @@
  *   indirectly takes {@code ReferenceType} as parameter may throw {@link
  *   com.sun.jdi.ObjectCollectedException} if the mirrored type has been
  *   unloaded.
  * </blockquote>
  *
+ * <h3>jdb</h3>
+ *
+ * <em>{@index jdb jdb}</em> is a simple command-line debugger provided 
+ * in this module.
+ *
+ * <dl style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif">
+ * <dt class="simpleTagLabel">Tool Guides:
+ * <dd>{@extLink jdb_tool_reference jdb}
+ * </dl>
+ *
+ * @provides com.sun.jdi.connect.Connector
+ *
+ * @uses com.sun.jdi.connect.Connector
+ * @uses com.sun.jdi.connect.spi.TransportService
+ *
  * @moduleGraph
  * @since 9
  */
 module jdk.jdi {
     requires jdk.attach;
< prev index next >