jdk/src/java.se.ee/share/classes/module-info.java
changeset 40458 faa457b06d80
parent 40413 14b3d338ebe0
child 42338 a60f280f803c
--- a/jdk/src/java.se.ee/share/classes/module-info.java	Mon Aug 22 15:17:11 2016 +0900
+++ b/jdk/src/java.se.ee/share/classes/module-info.java	Mon Aug 22 06:52:58 2016 -0400
@@ -23,6 +23,12 @@
  * questions.
  */
 
+/**
+ * Defines the full API of the Java SE Platform.
+ * <P>
+ * This module requires {@code java.se} and supplements it with modules
+ * that define CORBA and Java EE APIs. These modules are upgradeable.
+ */
 module java.se.ee {
 
     requires public java.se;