mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8169069: Module system implementation refresh (11/2016)
Co-authored-by: Mandy Chung <mandy.chung@oracle.com> Reviewed-by: alanb, mchung
This commit is contained in:
parent
ebe680ca0f
commit
93568043de
7 changed files with 29 additions and 17 deletions
|
@ -27,7 +27,7 @@
|
|||
* Defines the JavaBeans Activation Framework (JAF) API.
|
||||
*/
|
||||
module java.activation {
|
||||
requires public java.datatransfer;
|
||||
requires transitive java.datatransfer;
|
||||
requires java.logging;
|
||||
|
||||
exports javax.activation;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue