cowtowncoder / java-uuid-generator

Java Uuid Generator (JUG) is a Java library for generating all standard UUID versions (v1 - v7)
Apache License 2.0
751 stars 103 forks source link

Add simple module-info for JDK9+, using Moditect #29

Closed cowtowncoder closed 5 years ago

cowtowncoder commented 5 years ago

So, since world is moving to JDK9+ versions that benefit (or even require) module-info, let's bake that stuff in using Moditect plugin.

cowtowncoder commented 5 years ago

Module name com.fasterxml.uuid (Moditect auto-detected java.uuid.generator, but noticed it before release luckily)