mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8344647: Make java.se participate in the preview language feature requires transitive java.base
Reviewed-by: asotona, darcy
This commit is contained in:
parent
9e8aa855fe
commit
d50b725ac0
8 changed files with 57 additions and 10 deletions
|
@ -23,8 +23,6 @@
|
|||
* questions.
|
||||
*/
|
||||
|
||||
import jdk.internal.javac.ParticipatesInPreview;
|
||||
|
||||
/**
|
||||
* Defines the API of the Java SE Platform.
|
||||
*
|
||||
|
@ -40,7 +38,6 @@ import jdk.internal.javac.ParticipatesInPreview;
|
|||
* @moduleGraph
|
||||
* @since 9
|
||||
*/
|
||||
@ParticipatesInPreview
|
||||
module java.se {
|
||||
requires transitive java.base;
|
||||
requires transitive java.compiler;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue