Handle the capture of `? super Foo` more simply and correctly.
1 file changed
tree: 8b35b5de18da3969e8fbe9087608fb39f5e33add
  1. .github/
  2. cftojspecify/
  3. docs/
  4. gradle/
  5. samples/
  6. src/
  7. .gitattributes
  8. .gitignore
  9. AUTHORS
  10. build.gradle
  11. CONTRIBUTING.md
  12. gradle.properties
  13. gradlew
  14. gradlew.bat
  15. LICENSE
  16. README.md
  17. settings.gradle
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-2022 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.