mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8328481: Implement JEP 476: Module Import Declarations (Preview)
Co-authored-by: Jim Laskey <jlaskey@openjdk.org> Reviewed-by: mcimadamore, vromero
This commit is contained in:
parent
9347bb7df8
commit
f2c4a41304
31 changed files with 1349 additions and 72 deletions
|
@ -81,6 +81,8 @@ public @interface PreviewFeature {
|
|||
CLASSFILE_API,
|
||||
@JEP(number=473, title="Stream Gatherers", status="Second Preview")
|
||||
STREAM_GATHERERS,
|
||||
@JEP(number=476, title="Module Import Declarations", status="Preview")
|
||||
MODULE_IMPORTS,
|
||||
LANGUAGE_MODEL,
|
||||
/**
|
||||
* A key for testing.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue