Java 9 Modules Provide Strong Encapsulation

Java 9 Modules
Reading Time: 7 minutes

Before Java 9 we were all victims of having implementation details leaking out onto the Classpath, thus making them accessible to everyone.  Java’s public access modifier is just too … well public! Lets take a look at how Java 9 Modules give us a substantial boost in providing strong encapsulation  …

Continue reading “Java 9 Modules Provide Strong Encapsulation”