From 05bbe525388f18cf9c79a92b68b14638fc197a30 Mon Sep 17 00:00:00 2001 From: Valentin Fries Date: Thu, 28 Jun 2018 14:29:57 +0200 Subject: [PATCH] Added Javadoc badge to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 249e79f..541c826 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ > A lightweight and easy to use runtime reflection library. [![Build Status](https://travis-ci.org/MrKloan/reflection.svg?branch=master)](https://travis-ci.org/MrKloan/reflection) +[![Javadoc](https://img.shields.io/badge/docs-Javadoc-blue.svg)](https://mrkloan.github.io/reflection/index.html) `reflection` is a lightweight and easy to use library allowing you to scan the content of a `ClassLoader`'s classpath at runtime.