Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jabrena/null-annotations-review
https://github.com/jabrena/null-annotations-review
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jabrena/null-annotations-review
- Owner: jabrena
- License: apache-2.0
- Created: 2024-06-26T04:52:20.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-21T09:21:07.000Z (4 months ago)
- Last Synced: 2024-10-11T03:14:45.209Z (about 1 month ago)
- Language: Java
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# null-annotations-review
## Checklist
- [x] Initial Nullaway configuration
- [x] Initial example
- [x] Initial JSpecify annotations
- [x] Hello World## How to build in local
```
sdk env
./mvnw clean verify
```## Spring Boot CLI
```bash
sdk install springboot
spring init -d=web,devtools --build=maven --force ./
```## References
- https://jcp.org/en/jsr/detail?id=305
- https://jspecify.dev/
- https://errorprone.info/
- https://github.com/uber/NullAway