| commit | b623aa86d326676d553fa75016ee64338621c45c | [log] [tgz] |
|---|---|---|
| author | Lukas Jungmann <lukas.jungmann@oracle.com> | Fri Feb 07 22:10:48 2020 +0100 |
| committer | GitHub <noreply@github.com> | Fri Feb 07 22:10:48 2020 +0100 |
| tree | 4c5b9b7309cdeac10f8fe366b8bb72bc07a5749f | |
| parent | 71b1d1c64b20988fa40f64d935d322dca751e430 [diff] |
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.