Skip to content

Commit

Permalink
add readme outline
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixAnthonisen committed Nov 4, 2024
1 parent 3bac40c commit 39c4ff5
Showing 1 changed file with 47 additions and 1 deletion.
48 changes: 47 additions & 1 deletion README.md
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

0 comments on commit 39c4ff5

Please sign in to comment.