Skip to content

Commit 39c4ff5

Browse files
add readme outline
1 parent 3bac40c commit 39c4ff5

File tree

1 file changed

+47
-1
lines changed

1 file changed

+47
-1
lines changed

README.md

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,47 @@
1-
# java-variance
1+
# Java Variance
2+
3+
![Build Status](https://img.shields.io/github/workflow/status/bldl/java-variance/CI) ![License](https://img.shields.io/github/license/bldl/java-variance)
4+
5+
## Description
6+
7+
This is a project that incorporates Java annotations in order to allow specification of different generic parameter variances.
8+
9+
## Table of Contents
10+
11+
- [Installation](#installation)
12+
- [Prerequisites](#prerequisites)
13+
- [For maven users](#for-maven-users)
14+
- [For grade users](#for-gradle-users)
15+
- [For other users](#for-other-users)
16+
- [Usage](#usage)
17+
- [Subsection](#subsection)
18+
- [Contributing](#contributing)
19+
- [License](#license)
20+
21+
## Installation
22+
23+
### Prerequisites
24+
25+
### For maven users
26+
27+
<!-- TODO: Add when project is published to maven central -->
28+
29+
### For gradle users
30+
31+
<!-- TODO: Add when project is published to maven central -->
32+
33+
### For other users
34+
35+
```bash
36+
$ git submodule add https://github.com/bldl/java-variance
37+
```
38+
39+
## Usage
40+
41+
### Subsection
42+
43+
## Contributing
44+
45+
Pull requests and issues that aim to better the project are greatly appreciated.
46+
47+
## License

0 commit comments

Comments
 (0)