< prev index next >

jdk/src/jdk.pack/share/classes/module-info.java

Print this page

        

@@ -21,8 +21,16 @@
  * 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 tools for transforming a JAR file into a compressed pack200 file 
+ * and transforming a packed file into a JAR file, including the pack200,
+ * and unpack200 tools.
+ *
+ * @moduleGraph
+ * @since 9 
+ */
 module jdk.pack {
 }
 
< prev index next >