Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jabrena/null-annotations-review


https://github.com/jabrena/null-annotations-review

Last synced: 17 days ago
JSON representation

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