JPMS : Java Platform Module System

The Java Platform Module System (JPMS) was introduced in Java 9 to organize Java applications and the JDK into modules. A module groups related packages and explicitly defines which packages it exposes and which other modules it requires.A module is described using a module-info.java file. The exports and requires directives