org.realityforge.javax.annotation:javax.annotation

javax.annotation: A minimal, J2CL compatible javax.annotation library


License
Apache-2.0

Documentation

javax.annotation

Build Status GWT3/J2CL compatible

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:

<dependency>
  <groupId>org.realityforge.javax.annotation</groupId>
  <artifactId>javax.annotation</artifactId>
  <version>1.0.1</version>
</dependency>

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 has been put in place and a Contributing document is under development.

License

The project is licensed under Apache License, Version 2.0.