jaxws/src/java.xml.ws/share/classes/module-info.java
changeset 43752 3c68ef249093
parent 43561 3d5314988315
child 43852 93a527059d8a
equal deleted inserted replaced
43751:109ad0a7ed5e 43752:3c68ef249093
    24  */
    24  */
    25 
    25 
    26 /**
    26 /**
    27  * Defines the Java API for XML-Based Web Services (JAX-WS), and
    27  * Defines the Java API for XML-Based Web Services (JAX-WS), and
    28  * the Web Services Metadata API.
    28  * the Web Services Metadata API.
       
    29  *
       
    30  * @since 9
    29  */
    31  */
    30 module java.xml.ws {
    32 module java.xml.ws {
    31     requires transitive java.activation;
    33     requires transitive java.activation;
    32     requires transitive java.xml;
    34     requires transitive java.xml;
    33     requires transitive java.xml.bind;
    35     requires transitive java.xml.bind;