< prev index next >

langtools/src/jdk.javadoc/share/classes/module-info.java

Print this page

        

@@ -25,10 +25,11 @@
 
 /** Defines the implementation of the
  *  {@link javax.tools.ToolProvider#getSystemDocumentationTool system documentation tool}
  *  and its command line equivalent, <em>javadoc</em>.
  *
+ *  @moduleGraph
  *  @since 9
  */
 module jdk.javadoc {
     requires transitive java.compiler;
     requires transitive jdk.compiler;
< prev index next >