< prev index next > src/java.management/share/classes/module-info.java
Print this page
* 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.
*/
- import jdk.internal.javac.ParticipatesInPreview;
-
/**
* 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.
* @uses javax.management.remote.JMXConnectorServerProvider
*
* @moduleGraph
* @since 9
*/
- @ParticipatesInPreview
module java.management {
exports java.lang.management;
exports javax.management;
exports javax.management.loading;
< prev index next >