mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +02:00
8161965: Create initial javadoc description for modules
Reviewed-by: mchung, alanb, abuckley
This commit is contained in:
parent
1c1ec9a26e
commit
aa2e613bc5
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@
|
|||
* questions.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Defines the Java binding of the OMG CORBA APIs, and the RMI-IIOP API.
|
||||
*/
|
||||
module java.corba {
|
||||
requires public java.desktop;
|
||||
requires public java.rmi;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue