< prev index next >

jdk/src/java.security.jgss/share/classes/module-info.java

Print this page

        

@@ -26,10 +26,11 @@
 /**
  * Defines the Java binding of the IETF Generic Security Services API (GSS-API).
  * <P>
  * This module also contains GSS-API mechanisms including Kerberos v5 and SPNEGO.
  *
+ * @moduleGraph
  * @since 9
  */
 module java.security.jgss {
     requires java.naming;
     exports javax.security.auth.kerberos;
< prev index next >