add proper JPMS descriptor, upgrade build plugins (#72) * add proper JPMS descriptor, upgrade build plugins Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com> * drop build on JDK 8 Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
Jakarta Annotations defines a collection of annotations representing common semantic concepts that enable a declarative style of programming that applies across a variety of Java technologies.
This standalone release of Jakarta Annotations uses a Java Platform Module System “automatic” module name of java.annotation, to match the module name used in JDK 9. A future version will include full module metadata.