Skip to content

Commit ee1ad0c

Browse files
authored
Add Javadoc badge
1 parent 2e1ef87 commit ee1ad0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Java-Runtime-Compiler
22
=====================
33
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.openhft/compiler/badge.svg)](https://maven-badges.herokuapp.com/maven-central/net.openhft/compiler)
4+
[![Javadoc](https://javadoc.io/badge2/net.openhft/compiler/javadoc.svg)](https://javadoc.io/doc/net.openhft/compiler)
45

56
This takes a String, compiles it and loads it returning you a class from what you built.
67
By default it uses the current ClassLoader. It supports nested classes, otherwise builds one class at a time.

0 commit comments

Comments
 (0)