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

Print this page

        

*** 21,30 **** --- 21,35 ---- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ + /** + * Defines the Java Management Extensions (JMX) API, + * interfaces for monitoring and management of the Java Virtual Machine + * and other components in the Java runtime. + */ module java.management { requires public java.rmi; requires java.logging; requires java.naming;