Articles, Home

Java Modules

Java modules are a special way of packaging your Java code that tells which packages in your module should be visible to modules using your module, and which other modules your module requires.