New candidate JEP: 476: Module Import Declarations (Preview)

Mark Reinhold mark.reinhold at oracle.com
Wed Apr 17 18:58:14 UTC 2024


https://openjdk.org/jeps/476

  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


More information about the jdk-dev mailing list