eclipse-jdt / eclipse.jdt.core

Eclipse Public License 2.0
160 stars 129 forks source link

[24] JEP draft: Module Import Declarations (Second Preview) #2903

Open mpalat opened 1 month ago

mpalat commented 1 month ago

ref: https://openjdk.org/jeps/8335987

Summary Enhance the Java programming language with the ability to succinctly import all of the packages exported by a module. This simplifies the reuse of modular libraries, but does not require the importing code to be in a module itself. This is a preview language feature.

History Module import declarations were first proposed as a preview feature by JEP 476, and delivered in JDK 23.

JEP 476 support in jdt.core is captured in issue #2383

stephan-herrmann commented 1 week ago

JLS issue to watch: https://bugs.openjdk.org/browse/JDK-8335990