Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/realityforge/javax.annotation
https://github.com/realityforge/javax.annotation
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/realityforge/javax.annotation
- Owner: realityforge
- License: apache-2.0
- Created: 2018-06-16T21:37:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-26T02:45:28.000Z (5 months ago)
- Last Synced: 2024-10-04T17:12:54.723Z (2 months ago)
- Language: Java
- Homepage:
- Size: 128 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- gwt-boot-awesome-lili - javax.annotation - A J2CL compatible javax.annotation library :sparkling_heart: (Miscellaneous Library)
- gwt-boot-awesome-lili - javax.annotation - A J2CL compatible javax.annotation library :sparkling_heart: (Miscellaneous Library)
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).