< prev index next > src/jdk.jdeps/share/classes/module-info.java
Print this page
/*
- * Copyright (c) 2015, 2025, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2026, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation. Oracle designates this
* 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 tools for analysing dependencies in Java libraries and programs,
* including the <em>{@index jdeps jdeps tool}</em>,
* <em>{@index javap javap tool}</em>,
* <em>{@index jdeprscan jdeprscan tool}</em>, and
* of command-line access to the {@code javap}, {@code jdeps}, {@code jnativescan} tool.
*
* @moduleGraph
* @since 9
*/
+ @ParticipatesInPreview // Uses Valhalla reflective preview APIs, StackMapTable
module jdk.jdeps {
requires java.compiler;
requires jdk.compiler;
requires jdk.internal.opt;
< prev index next >