< prev index next >

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

Print this page

        

*** 22,33 **** * or visit www.oracle.com if you need additional information or have any * questions. */ /** ! * Defines the JMX graphical tool, jconsole, for monitoring and managing ! * a running application. * * @moduleGraph * @since 9 */ module jdk.jconsole { --- 22,41 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ /** ! * Defines the JMX graphical tool, <em>{@index jconsole jconsole}</em>, ! * for monitoring and managing a running application. ! * ! * <dl style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif"> ! * <dt class="simpleTagLabel">Tool Guides: ! * <dd>{@extLink jconsole_tool_reference jconsole}, ! * {@extLink using_jconsole Using JConsole} ! * </dl> ! * ! * @uses com.sun.tools.jconsole.JConsolePlugin * * @moduleGraph * @since 9 */ module jdk.jconsole {
< prev index next >