"The Simplest(?) Thing That Could Possibly Work for subtyping"

I'll post to jspecify-dev about this in the morning.
1 file changed
tree: 50e521e2e2c91d26594f74701f741f87a7e8254a
  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.