jdk/src/jdk.pack/share/classes/module-info.java
changeset 44781 5a43cca8fc10
parent 42704 42d42181a1aa
child 45528 1e8c2f062ad3
equal deleted inserted replaced
44780:928d2d931b66 44781:5a43cca8fc10
     1 /*
     1 /*
     2  * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2014, 2017, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    22  * or visit www.oracle.com if you need additional information or have any
    22  * or visit www.oracle.com if you need additional information or have any
    23  * questions.
    23  * questions.
    24  */
    24  */
    25 
    25 
       
    26 /**
       
    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,
       
    29  * and unpack200 tools.
       
    30  *
       
    31  * @moduleGraph
       
    32  * @since 9
       
    33  */
    26 module jdk.pack {
    34 module jdk.pack {
    27 }
    35 }
    28