langtools/src/java.compiler/share/classes/module-info.java
changeset 43862 a9b0f76e15bf
parent 40507 4413083331c7
child 44452 93f6470b1045
equal deleted inserted replaced
43861:825bad9a162a 43862:a9b0f76e15bf
    27   * Defines the Language Model, Annotation Processing, and Java Compiler APIs.
    27   * Defines the Language Model, Annotation Processing, and Java Compiler APIs.
    28   * <P>
    28   * <P>
    29   * These APIs model declarations and types of the Java programming language,
    29   * These APIs model declarations and types of the Java programming language,
    30   * and define interfaces for tools such as compilers which can be invoked
    30   * and define interfaces for tools such as compilers which can be invoked
    31   * from a program.
    31   * from a program.
       
    32   *
       
    33   * @since 9
    32   */
    34   */
    33 module java.compiler {
    35 module java.compiler {
    34     exports javax.annotation.processing;
    36     exports javax.annotation.processing;
    35     exports javax.lang.model;
    37     exports javax.lang.model;
    36     exports javax.lang.model.element;
    38     exports javax.lang.model.element;