Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pine/nonnull
:cop: Simple JSR-305 nonnull annotations.
https://github.com/pine/nonnull
Last synced: 26 days 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-28T06:27:48.000Z (over 3 years ago)
- Last Synced: 2024-04-15T15:34:32.774Z (7 months 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
[![Build Status](https://travis-ci.com/pine/nonnull.svg?branch=master)](https://travis-ci.com/pine/nonnull)
[![Download](https://api.bintray.com/packages/pinemz/maven/nonnull/images/download.svg)](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