< prev index next >

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

Print this page

        

@@ -22,13 +22,14 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
 /**
- * Contains the implementation of the javax.security.auth.* interfaces and
+ * Provides the implementation of the javax.security.auth.* interfaces and
  * various authentication modules.
  *
+ * @provides javax.security.auth.spi.LoginModule
  * @moduleGraph
  * @since 9
  */
 module jdk.security.auth {
     requires transitive java.naming;
< prev index next >