jaxws/src/jdk.xml.bind/share/classes/module-info.java
changeset 45545 4580a3cc0899
parent 45544 7ecbbcd78b01
child 45677 e24f00fc6659
equal deleted inserted replaced
45544:7ecbbcd78b01 45545:4580a3cc0899
    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 /**
    26 /**
    27  * Defines tools for JAXB classes and XML schema generation.
    27  * Defines tools for JAXB classes and XML schema generation,
       
    28  * including the <em>{@index schemagen schemagen tool}</em>
       
    29  * and <em>{@index xjc xjc tool}</em> tools.
       
    30  *
       
    31  * <dl style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif">
       
    32  * <dt class="simpleTagLabel">Tool Guides:
       
    33  * <dd>{@extLink schemagen_tool_reference schemagen},
       
    34  *     {@extLink xjc_tool_reference xjc}
       
    35  * </dl>
    28  *
    36  *
    29  * @moduleGraph
    37  * @moduleGraph
    30  * @since 9
    38  * @since 9
    31  *
       
    32  */
    39  */
    33 @Deprecated(since="9", forRemoval=true)
    40 @Deprecated(since="9", forRemoval=true)
    34 module jdk.xml.bind {
    41 module jdk.xml.bind {
    35     requires java.activation;
    42     requires java.activation;
    36     requires java.compiler;
    43     requires java.compiler;