jaxws/src/java.annotations.common/share/classes/module-info.java
changeset 40494 75b36e1c390a
parent 36523 116e5d5cdade
equal deleted inserted replaced
40320:2e83d21d78cd 40494:75b36e1c390a
    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 a subset of the Common Annotations API to support programs running
       
    28  * on the Java SE Platform.
       
    29  */
    26 module java.annotations.common {
    30 module java.annotations.common {
    27     exports javax.annotation;
    31     exports javax.annotation;
    28 }
    32 }
    29 
    33