< prev index next >

langtools/src/java.compiler/share/classes/module-info.java

Print this page

        

@@ -28,10 +28,11 @@
   * <P>
   * These APIs model declarations and types of the Java programming language,
   * and define interfaces for tools such as compilers which can be invoked
   * from a program.
   *
+  * @moduleGraph
   * @since 9
   */
 module java.compiler {
     exports javax.annotation.processing;
     exports javax.lang.model;
< prev index next >