langtools/src/jdk.javadoc/share/classes/module-info.java
changeset 44452 93f6470b1045
parent 44189 dd311cfb920b
child 45548 7db465d26194
equal deleted inserted replaced
44451:1619c00af9df 44452:93f6470b1045
    25 
    25 
    26 /** Defines the implementation of the
    26 /** Defines the implementation of the
    27  *  {@link javax.tools.ToolProvider#getSystemDocumentationTool system documentation tool}
    27  *  {@link javax.tools.ToolProvider#getSystemDocumentationTool system documentation tool}
    28  *  and its command line equivalent, <em>javadoc</em>.
    28  *  and its command line equivalent, <em>javadoc</em>.
    29  *
    29  *
       
    30  *  @moduleGraph
    30  *  @since 9
    31  *  @since 9
    31  */
    32  */
    32 module jdk.javadoc {
    33 module jdk.javadoc {
    33     requires transitive java.compiler;
    34     requires transitive java.compiler;
    34     requires transitive jdk.compiler;
    35     requires transitive jdk.compiler;