langtools/src/jdk.compiler/share/classes/module-info.java
changeset 44452 93f6470b1045
parent 43862 a9b0f76e15bf
child 45680 6a7b5298fcf5
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#getSystemJavaCompiler system Java compiler}
    27  *  {@link javax.tools.ToolProvider#getSystemJavaCompiler system Java compiler}
    28  *  and its command line equivalent, <em>javac</em>, as well as <em>javah</em>.
    28  *  and its command line equivalent, <em>javac</em>, as well as <em>javah</em>.
    29  *
    29  *
       
    30  *  @moduleGraph
    30  *  @since 9
    31  *  @since 9
    31  */
    32  */
    32 module jdk.compiler {
    33 module jdk.compiler {
    33     requires transitive java.compiler;
    34     requires transitive java.compiler;
    34 
    35