mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8161965: Create initial javadoc description for modules
Reviewed-by: mchung, alanb, abuckley
This commit is contained in:
parent
1c1ec9a26e
commit
76e3b2e02f
4 changed files with 14 additions and 0 deletions
|
@ -23,6 +23,9 @@
|
|||
* questions.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Defines the JavaBeans Activation Framework (JAF) API.
|
||||
*/
|
||||
module java.activation {
|
||||
requires public java.datatransfer;
|
||||
// dependence on java.beans.Beans to be eliminated
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue