Split Packages on Java 9 Modules
December 3, 2017
In this post I am going to describe the problem of split package on Java 9 Module system and propose solutions to 3 possible cases (Move, Upgrade and Unsplit).
Read More