Skip to content

Commit

Permalink
Jakarta Annotations 1.3 spec (#69)
Browse files Browse the repository at this point in the history
* Jakarta Annotations 1.3 spec

* Eclipse copyright

* Various updates

* Time removed

* Update _index.md

Signed-off-by: Dmitry Kornilov <dmitry.kornilov@oracle.com>
  • Loading branch information
m0mus authored and bshannon committed Aug 28, 2019
1 parent 1d15ff8 commit 34dc2ab
Show file tree
Hide file tree
Showing 4 changed files with 702 additions and 0 deletions.
34 changes: 34 additions & 0 deletions annotations/1.3/_index.md
@@ -0,0 +1,34 @@
---
title: "Jakarta Annotations 1.3"
date: 2019-08-09
summary: "Initial version of the Jakarta Annotations spec for Jakarta EE 8."
---
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.

* [Jakarta Annotations 1.3 Specification Document](./annotations-spec-1.3.pdf) (PDF)
* [Jakarta Annotations 1.3 Specification Document](./annotations-spec-1.3.html) (HTML)
* [Jakarta Annotations 1.3 Javadoc](./apidocs)
* [Jakarta Annotations 1.3 TCK](https://download.eclipse.org/jakartaee/annotations/1.3/annotations-tck-1.3.0.zip)
* Maven coordinates
* [jakarta.annotation:jakarta.annotation-api:jar:1.3.5](https://search.maven.org/artifact/jakarta.annotation/jakarta.annotation-api/1.3.5/jar)

# Ballots

## Release Review

| | Yes | No | Abstain |
|-----------------------|---------|---------|----------|
|Fujitsu | | | |
|IBM | | | |
|Oracle | | | |
|Payara | | | |
|Red Hat | | | |
|Tomitribe | | | |
|EE4J PMC | | | |
|Participant Members | | | |
|Committer Members | | | |

# Compatible Implementations

* [Jakarta Annotations](https://eclipse-ee4j.github.io/common-annotations-api/)

0 comments on commit 34dc2ab

Please sign in to comment.