jaxws/src/java.xml.ws.annotation/share/classes/module-info.java
changeset 44285 8ee772e49cbb
parent 43752 3c68ef249093
child 44446 5e5429f2b555
equal deleted inserted replaced
44284:1bcb6cf6b150 44285:8ee772e49cbb
    27  * Defines a subset of the Common Annotations API to support programs running
    27  * Defines a subset of the Common Annotations API to support programs running
    28  * on the Java SE Platform.
    28  * on the Java SE Platform.
    29  *
    29  *
    30  * @since 9
    30  * @since 9
    31  */
    31  */
       
    32 @Deprecated(since="9", forRemoval=true)
    32 module java.xml.ws.annotation {
    33 module java.xml.ws.annotation {
    33     exports javax.annotation;
    34     exports javax.annotation;
    34 }
    35 }
    35 
    36