< prev index next >

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

Print this page

        

@@ -27,10 +27,11 @@
  * Defines the Java Management Extensions (JMX) API.
  * <P>
  * The JMX API consists of interfaces for monitoring and management of the
  * JVM and other components in the Java runtime.
  *
+ * @moduleGraph
  * @since 9
  */
 module java.management {
 
     exports java.lang.management;
< prev index next >