commit | f6f87ffa87a972ffe6ebcea8c613e3a0b703b30f | [log] [tgz] |
---|---|---|
author | Dmitry Kornilov <dmitry.kornilov@oracle.com> | Fri Jan 17 08:57:51 2020 +0100 |
committer | GitHub <noreply@github.com> | Fri Jan 17 08:57:51 2020 +0100 |
tree | 475a5465b023d9341cd1aa9399d059e3651c1788 | |
parent | cf80fa2de9bbf0e49e2deb1e1b85903d21adbfe6 [diff] |
Original spec added (#69)
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.