< prev index next >

jdk/src/jdk.naming.rmi/share/classes/module-info.java

Print this page

        

@@ -22,12 +22,13 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
 /**
- * RMI Java Naming provider.
+ * Provides the implementation of the RMI Java Naming provider.
  *
+ * @provides javax.naming.spi.InitialContextFactory
  * @moduleGraph
  * @since 9
  */
 module jdk.naming.rmi {
     requires java.naming;
< prev index next >