langtools/src/jdk.javadoc/share/classes/module-info.java
changeset 43862 a9b0f76e15bf
parent 42498 ceaf5bafa1b5
child 44189 dd311cfb920b
equal deleted inserted replaced
43861:825bad9a162a 43862:a9b0f76e15bf
    24  */
    24  */
    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  *
       
    30  *  @since 9
    29  */
    31  */
    30 module jdk.javadoc {
    32 module jdk.javadoc {
    31     requires transitive java.compiler;
    33     requires transitive java.compiler;
    32     requires transitive jdk.compiler;
    34     requires transitive jdk.compiler;
    33     requires java.xml;
    35     requires java.xml;