Dear experts: The first draft of a spec covering JEP 494: Module Import Declarations is available:
https://cr.openjdk.org/~gbierman/jep494/latest/ Feel free to contact me directly or on this list with any comments. Thanks Gavin On 22 Oct 2024, at 16:37, Mark Reinhold <[email protected]> wrote: https://openjdk.org/jeps/494 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. - Mark
