mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8335989: Implement JEP 494: Module Import Declarations (Second Preview)
Reviewed-by: vromero, abimpoudis, mcimadamore, alanb
This commit is contained in:
parent
e7d90b941f
commit
1e97c1c913
28 changed files with 716 additions and 182 deletions
|
@ -23,6 +23,8 @@
|
|||
* questions.
|
||||
*/
|
||||
|
||||
import jdk.internal.javac.ParticipatesInPreview;
|
||||
|
||||
/**
|
||||
* Defines the API of the Java SE Platform.
|
||||
*
|
||||
|
@ -38,7 +40,9 @@
|
|||
* @moduleGraph
|
||||
* @since 9
|
||||
*/
|
||||
@ParticipatesInPreview
|
||||
module java.se {
|
||||
requires transitive java.base;
|
||||
requires transitive java.compiler;
|
||||
requires transitive java.datatransfer;
|
||||
requires transitive java.desktop;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue