< prev index next >

jdk/src/jdk.crypto.ec/share/classes/module-info.java

Print this page

        

@@ -24,10 +24,11 @@
  */
 
 /**
  * The SunEC security provider.
  *
+ * @moduleGraph
  * @since 9
  */
 module jdk.crypto.ec {
     provides java.security.Provider with sun.security.ec.SunEC;
 }
< prev index next >