commit | 498e5879aeffe9beaef8d9643ed358d797c2d00e | [log] [tgz] |
---|---|---|
author | Chris Povirk <cpovirk@google.com> | Mon Aug 22 17:58:25 2022 -0400 |
committer | GitHub <noreply@github.com> | Mon Aug 22 17:58:25 2022 -0400 |
tree | cb904da7fdd0229cdaf3a8349bbb43e732158f8d | |
parent | 4242439295d8f75e69c72f012bbde14dda2120d7 [diff] |
Test that NullMarked.class.getAnnotations() really does fail under JDK8. (#270)
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 latest release is numbered 0.2 as a clear signal to not depend on it yet. It will still undergo many changes.
Run ./gradlew
to build artifacts, or ./gradlew publishToMavenLocal
to install artifacts to your Local Maven Repository.