< prev index next >

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

Print this page

        

*** 22,32 **** * or visit www.oracle.com if you need additional information or have any * questions. */ /** ! * Define the JMX management agent. * * @moduleGraph * @since 9 */ module jdk.management.agent { --- 22,37 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ /** ! * Defines the JMX management agent. ! * ! * <p> This module enables a Java Virtual Machine to be monitored and managed ! * via JMX API. See more information from the ! * {@extLink monitoring_and_management_using_jmx_technology ! * Monitoring and Management Using JMX} guide. * * @moduleGraph * @since 9 */ module jdk.management.agent {
< prev index next >