commit | 30ecefe0aae165ddc0559573cc232c8284c239b8 | [log] [tgz] |
---|---|---|
author | Kevin Bourrillion <kevinb@google.com> | Fri Nov 04 15:36:42 2022 -0700 |
committer | GitHub <noreply@github.com> | Fri Nov 04 15:36:42 2022 -0700 |
tree | e0d9f17b2bc57946a9da611a5b50ccac9e637620 | |
parent | d0f0d5bb31b1ae376b4488a62ac8063b43e66577 [diff] |
Update README.md
Note: This project is still under active development. Any and all aspects of the project are subject to change prior to the 1.0 release. Do not depend on it for production use.
An artifact of well-specified annotations to power static analysis checks and JVM language interop. Developed by consensus of the partner organizations listed at our main web site, jspecify.org.
Our current focus is on annotations for nullness analysis.
The main page of the wiki lists a number of jumping-off points.
We're striving to get our 0.3 release out before the holidays. Goals for this release:
Upon the release we‘ll advertise the project a bit more widely than we have been so far. We’re working to make sure it's worth your time to learn about.
Run ./gradlew
to build artifacts, or ./gradlew publishToMavenLocal
to install artifacts to your Local Maven Repository.
(Temporary?) After updating .java
files, use
./gradlew javadoc && rsync -a --delete build/docs/javadoc/ docs/static/docs/api
to update the static hosted generated files.