Test that NullMarked.class.getAnnotations() really does fail under JDK8.

(#270)
1 file changed
tree: cb904da7fdd0229cdaf3a8349bbb43e732158f8d
  1. .github/
  2. cftojspecify/
  3. docs/
  4. gradle/
  5. samples/
  6. src/
  7. .gitattributes
  8. .gitignore
  9. .ignore
  10. AUTHORS
  11. build.gradle
  12. CONTRIBUTING.md
  13. gradle.properties
  14. gradlew
  15. gradlew.bat
  16. LICENSE
  17. README.md
  18. settings.gradle
README.md

JSpecify

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.

How to build

Run ./gradlew to build artifacts, or ./gradlew publishToMavenLocal to install artifacts to your Local Maven Repository.