Module Imports in Java 23 - Inside Java Newscast #69

To 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.