jdk/src/jdk.pack/share/classes/module-info.java
changeset 45528 1e8c2f062ad3
parent 44781 5a43cca8fc10
equal deleted inserted replaced
45527:09cded555a99 45528:1e8c2f062ad3
    23  * questions.
    23  * questions.
    24  */
    24  */
    25 
    25 
    26 /**
    26 /**
    27  * Defines tools for transforming a JAR file into a compressed pack200 file
    27  * Defines tools for transforming a JAR file into a compressed pack200 file
    28  * and transforming a packed file into a JAR file, including the pack200,
    28  * and transforming a packed file into a JAR file, including the
    29  * and unpack200 tools.
    29  * <em>{@index pack200 pack200 tool}</em> and
       
    30  * <em>{@index unpack200 unpack200 tool}</em> tools.
       
    31  *
       
    32  * <dl style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif">
       
    33  * <dt class="simpleTagLabel">Tool Guides:
       
    34  * <dd>{@extLink pack200_tool_reference pack200},
       
    35  *     {@extLink unpack200_tool_reference unpack200}
       
    36  * </dl>
    30  *
    37  *
    31  * @moduleGraph
    38  * @moduleGraph
    32  * @since 9
    39  * @since 9
    33  */
    40  */
    34 module jdk.pack {
    41 module jdk.pack {