Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.github/ | H | 25-Apr-2025 | - | 234 | 192 | |
.idea/ | H | 25-Apr-2025 | - | 9 | 8 | |
cftojspecify/java/com/google/devtools/javatools/typeannotationrefactoring/ | H | 25-Apr-2025 | - | 766 | 652 | |
conformance-tests/ | H | 25-Apr-2025 | - | 1,105 | 357 | |
docs/ | H | 25-Apr-2025 | - | 19,560 | 18,772 | |
gradle/ | H | 25-Apr-2025 | - | 287 | 242 | |
samples/ | H | 25-Apr-2025 | - | 14,586 | 7,605 | |
src/ | H | 25-Apr-2025 | - | 593 | 106 | |
.gitattributes | H A D | 25-Apr-2025 | 68 | 3 | 2 | |
.gitignore | H A D | 25-Apr-2025 | 6.8 KiB | 387 | 290 | |
.ignore | H A D | 25-Apr-2025 | 14 | 2 | 1 | |
AUTHORS | H A D | 25-Apr-2025 | 309 | 8 | 7 | |
Android.bp | H A D | 25-Apr-2025 | 793 | 30 | 27 | |
CONTRIBUTING.md | H A D | 25-Apr-2025 | 1.1 KiB | 29 | 20 | |
LICENSE | H A D | 25-Apr-2025 | 11.1 KiB | 203 | 169 | |
METADATA | H A D | 25-Apr-2025 | 627 | 20 | 18 | |
MODULE_LICENSE_APACHE2 | HD | 25-Apr-2025 | 0 | |||
OWNERS | H A D | 25-Apr-2025 | 51 | 2 | 1 | |
README.md | H A D | 25-Apr-2025 | 608 | 16 | 9 | |
bnd.bnd | H A D | 25-Apr-2025 | 439 | 11 | 10 | |
build.gradle | H A D | 25-Apr-2025 | 2.5 KiB | 104 | 87 | |
gradle.properties | H A D | 25-Apr-2025 | 480 | 8 | 7 | |
gradlew | H A D | 25-Apr-2025 | 8.6 KiB | 253 | 105 | |
gradlew.bat | H A D | 25-Apr-2025 | 2.9 KiB | 95 | 73 | |
settings.gradle | H A D | 25-Apr-2025 | 1 KiB | 27 | 24 |
README.md
1# JSpecify 2 3An artifact of well-specified annotations to power static analysis checks and 4JVM language interop. Developed by consensus of the partner organizations 5listed at our main web site, [jspecify.org](http://jspecify.org). 6 7Our current focus is on annotations for nullness analysis. 8 9## Status 10 11[Version 0.3](https://github.com/jspecify/jspecify/releases/tag/v0.3.0) is relatively safe to depend on in your code. Or you can read [a more detailed answer](https://github.com/jspecify/jspecify/wiki/adoption). 12 13## Things to read 14 15See [jspecify.org/docs/start-here](http://jspecify.org/docs/start-here). 16