File tree Expand file tree Collapse file tree 1 file changed +47
-1
lines changed Expand file tree Collapse file tree 1 file changed +47
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments