Minor simplifications and clarifications to "Nullness-subtype-establishing direct-supertype edges"
1 file changed
tree: ba4c06035ac4bda08904b85ca57871a3ca7f9c0f
  1. .github/
  2. docs/
  3. gradle/
  4. src/
  5. .gitattributes
  6. .gitignore
  7. AUTHORS
  8. build.gradle
  9. CONTRIBUTING.md
  10. gradle.properties
  11. gradlew
  12. gradlew.bat
  13. LICENSE
  14. README.md
README.md

jspecify

This project is a placeholder. We are using the issue tracker for some of our conversations, but the existing code in the repo does not reflect our current design decisions, and we have many decisions left to make.

An artifact of well-named and well-specified annotations to power static analysis checks.

Our focus during 2018-2021 is annotations for nullness.

This is not an officially supported product of any of the participant organizations.

How to build

Simply run ./gradlew to build artifacts. Or run ./gradlew publishToMavenLocal to install artifacts to your Local Maven Repository.