https://github.com/pine/nonnull
:cop: Simple JSR-305 nonnull annotations.
https://github.com/pine/nonnull
Last synced: about 1 year ago
JSON representation
:cop: Simple JSR-305 nonnull annotations.
- Host: GitHub
- URL: https://github.com/pine/nonnull
- Owner: pine
- License: unlicense
- Created: 2019-07-11T10:48:14.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2021-04-28T06:27:48.000Z (almost 5 years ago)
- Last Synced: 2025-01-13T03:14:09.656Z (over 1 year ago)
- Language: Java
- Homepage: https://bintray.com/pinemz/maven/nonnull
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## nonnull
[](https://travis-ci.com/pine/nonnull)
[](https://bintray.com/pinemz/maven/nonnull)
:police_car: Simple JSR-305 nonnull annotations
## Requirements
- Java 8 or later
## Getting started
The library is published to jcenter.
```gradle
repositories {
jcenter()
}
depepdencies {
implementation "moe.pine:nonnull:$latest_version"
}
```
## Annotations
- NonNull
- NonNullApi
- NonNullFields
- Nullable
## Development
### Test
```
$ ./gradlew clean check
```
### Upload Maven Central
```
$ ./gradlew clean publish
```
## License
Unlicense