Module Imports in Java 23 - Inside Java Newscast #69
Nicolai Parlog on May 16, 2024To reduce the overhead of using APIs, particularly in single source files, Java 23 previews module import declarations of the form import module $moduleName
, which import all packages exported by the named module.
Make sure to check the show-notes.