jdk/src/java.smartcardio/share/classes/module-info.java
changeset 43710 8fa2058eb740
parent 40405 127fac211e5c
child 44417 a431edba1629
equal deleted inserted replaced
43709:66ee9ea9f2f3 43710:8fa2058eb740
    23  * questions.
    23  * questions.
    24  */
    24  */
    25 
    25 
    26 /**
    26 /**
    27  * Defines the Java Smart Card I/O API.
    27  * Defines the Java Smart Card I/O API.
       
    28  *
       
    29  * @since 9
    28  */
    30  */
    29 module java.smartcardio {
    31 module java.smartcardio {
    30     exports javax.smartcardio;
    32     exports javax.smartcardio;
    31     provides java.security.Provider with sun.security.smartcardio.SunPCSC;
    33     provides java.security.Provider with sun.security.smartcardio.SunPCSC;
    32 }
    34 }