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:
Jan Lahoda 2024-05-06 05:49:28 +00:00
parent 9347bb7df8
commit f2c4a41304
31 changed files with 1349 additions and 72 deletions

View file

@ -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.