58/75 In Java 9 and later, the API is organized into modules. These are groups of related packages. For example, the java.base module contains core packages like java.lang and java.util. #JavaModules
Ok... I tried. I tried setting up a project to use #JavaModules. The fact that Spring basically needs reflective access to everything makes it feel very pointless to just open almost all packages... Back to reconsidering...
Improve code modularity and reusability with Java modules. Modularize your codebase using module-info.java files and benefit from encapsulation, strong encapsulation, and reliable configuration. 📦🔧🔒 #JavaModules
Learn all you ever wanted to know about #Java modules and more in The Java Module System. Check it out on liveBook, 5 minutes a day for free: mng.bz/YwAz@nipafx#Java9#Javamodules#JVM