Eliminate method bodies.

Our docs for the samples recommend this to discourage tools from peeking
inside implementations and drawing conclusions based on that.
1 file changed
tree: 7dd6ffbf9063fdc8a404d61f5af08d38535a0638
  1. .github/
  2. docs/
  3. gradle/
  4. samples/
  5. src/
  6. .gitattributes
  7. .gitignore
  8. AUTHORS
  9. build.gradle
  10. CONTRIBUTING.md
  11. gradle.properties
  12. gradlew
  13. gradlew.bat
  14. LICENSE
  15. 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.