A simple module-info example

Since Java 9 you can put code in a module. So what would a simple module-info look like? See https://github.com/manorrock/openjdk-examples/tree/master/classWithinAModule.

Posted October 11th, 2018

Up