-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3bac40c
commit 39c4ff5
Showing
1 changed file
with
47 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,47 @@ | ||
# java-variance | ||
# Java Variance | ||
|
||
![Build Status](https://img.shields.io/github/workflow/status/bldl/java-variance/CI) ![License](https://img.shields.io/github/license/bldl/java-variance) | ||
|
||
## Description | ||
|
||
This is a project that incorporates Java annotations in order to allow specification of different generic parameter variances. | ||
|
||
## Table of Contents | ||
|
||
- [Installation](#installation) | ||
- [Prerequisites](#prerequisites) | ||
- [For maven users](#for-maven-users) | ||
- [For grade users](#for-gradle-users) | ||
- [For other users](#for-other-users) | ||
- [Usage](#usage) | ||
- [Subsection](#subsection) | ||
- [Contributing](#contributing) | ||
- [License](#license) | ||
|
||
## Installation | ||
|
||
### Prerequisites | ||
|
||
### For maven users | ||
|
||
<!-- TODO: Add when project is published to maven central --> | ||
|
||
### For gradle users | ||
|
||
<!-- TODO: Add when project is published to maven central --> | ||
|
||
### For other users | ||
|
||
```bash | ||
$ git submodule add https://github.com/bldl/java-variance | ||
``` | ||
|
||
## Usage | ||
|
||
### Subsection | ||
|
||
## Contributing | ||
|
||
Pull requests and issues that aim to better the project are greatly appreciated. | ||
|
||
## License |