< prev index next >

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

Print this page

        

@@ -24,10 +24,11 @@
  */
 
 /**
  * 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 >