src/jdk.jconsole/share/classes/module-info.java
changeset 54950 46ae54c3026d
parent 47216 71c04702a3d5
equal deleted inserted replaced
54949:7bfb499b4f38 54950:46ae54c3026d
     1 /*
     1 /*
     2  * Copyright (c) 2014, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2014, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    26 /**
    26 /**
    27  * Defines the JMX graphical tool, <em>{@index jconsole jconsole}</em>,
    27  * Defines the JMX graphical tool, <em>{@index jconsole jconsole}</em>,
    28  * for monitoring and managing a running application.
    28  * for monitoring and managing a running application.
    29  *
    29  *
    30  * <dl style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif">
    30  * <dl style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif">
    31  * <dt class="simpleTagLabel">Tool Guides:
    31  * <dt class="simpleTagLabel">See Also:
    32  * <dd>{@extLink jconsole_tool_reference jconsole},
    32  * <dd>{@extLink using_jconsole Using JConsole}
    33  *     {@extLink using_jconsole Using JConsole}
       
    34  * </dl>
    33  * </dl>
       
    34  *
       
    35  * @toolGuide jconsole
    35  *
    36  *
    36  * @uses com.sun.tools.jconsole.JConsolePlugin
    37  * @uses com.sun.tools.jconsole.JConsolePlugin
    37  *
    38  *
    38  * @moduleGraph
    39  * @moduleGraph
    39  * @since 9
    40  * @since 9