< prev index next >

jdk/src/java.smartcardio/share/classes/module-info.java

Print this page

        

*** 24,33 **** --- 24,34 ---- */ /** * Defines the Java Smart Card I/O API. * + * @moduleGraph * @since 9 */ module java.smartcardio { exports javax.smartcardio; provides java.security.Provider with sun.security.smartcardio.SunPCSC;
< prev index next >