Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/realityforge/javax.annotation


https://github.com/realityforge/javax.annotation

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# javax.annotation

[![Build Status](https://api.travis-ci.com/realityforge/javax.annotation.svg?branch=master)](http://travis-ci.com/realityforge/javax.annotation)
[](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.realityforge.javax.annotation%22%20a%3A%22javax.annotation%22)
![GWT3/J2CL compatible](https://img.shields.io/badge/GWT3/J2CL-compatible-brightgreen.svg)

The `javax.annotation` package is a mess with various historic and active JSRs and various libraries defining
members in this package. This package contains the minimal subset that are used in GWT and J2CL applications.
The purpose of this library is to make it provide a J2CL compatible library.

### Getting Started

The library is released to Maven Central and can be downloaded using normal dependency download mechanisms.
The Maven dependency is:

```xml

org.realityforge.javax.annotation
javax.annotation
1.1.1

```

# Contributing

The project was released as open source so others could benefit from the project. We are thankful for any
contributions from the community. A [Code of Conduct](CODE_OF_CONDUCT.md) has been put in place and
a [Contributing](CONTRIBUTING.md) document is under development.

# License

The project is licensed under [Apache License, Version 2.0](LICENSE).