langtools/src/jdk.compiler/share/classes/module-info.java
changeset 43862 a9b0f76e15bf
parent 42498 ceaf5bafa1b5
child 44452 93f6470b1045
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#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  *
       
    30  *  @since 9
    29  */
    31  */
    30 module jdk.compiler {
    32 module jdk.compiler {
    31     requires transitive java.compiler;
    33     requires transitive java.compiler;
    32 
    34 
    33     exports com.sun.source.doctree;
    35     exports com.sun.source.doctree;