unitsofmeasurement / uom-demos

Units of Measurement Demos
Other
21 stars 9 forks source link

Use module-info in Java 10+ demos #81

Closed keilw closed 4 years ago

keilw commented 4 years ago

In demos explicitly aiming at Java 9, 10 or above, the modularity should also be used via module-info.

Some, especially uom-console-demos-java10 (a variation of uom-console-demos-basic) should be refactored from a general package tech.uom.demo to something more specific like tech.uom.demo.basic. An overlap with the non-modular variant can be ignored, but all demos using the JPMS must be in a unique package of their own.