< prev index next >

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

Print this page

        

@@ -22,11 +22,16 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
 /**
- * Define the JMX management agent.
+ * 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 >