New candidate JEP: 494: Module Import Declarations (Second Preview)

Mark Reinhold mark.reinhold at oracle.com
Tue Oct 22 15:37:21 UTC 2024


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


More information about the jdk-dev mailing list