< prev index next >

langtools/src/java.compiler/share/classes/module-info.java

Print this page

        

@@ -21,16 +21,18 @@
  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
- /**
+/**
   * Defines the Language Model, Annotation Processing, and Java Compiler APIs.
-  * <P>
+ * <p>
   * These APIs model declarations and types of the Java programming language,
   * and define interfaces for tools such as compilers which can be invoked
   * from a program.
+ * <p>
+ * This module is upgradeble.
   *
   * @moduleGraph
   * @since 9
   */
 module java.compiler {
< prev index next >