8161965: Create initial javadoc description for modules

Reviewed-by: mchung, alanb, abuckley
This commit is contained in:
Lance Andersen 2016-08-17 13:27:22 -04:00
parent 1c1ec9a26e
commit aa2e613bc5

View file

@ -23,6 +23,9 @@
* questions. * questions.
*/ */
/**
* Defines the Java binding of the OMG CORBA APIs, and the RMI-IIOP API.
*/
module java.corba { module java.corba {
requires public java.desktop; requires public java.desktop;
requires public java.rmi; requires public java.rmi;