We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e1ef87 commit ee1ad0cCopy full SHA for ee1ad0c
README.md
@@ -1,6 +1,7 @@
1
Java-Runtime-Compiler
2
=====================
3
[](https://maven-badges.herokuapp.com/maven-central/net.openhft/compiler)
4
+[](https://javadoc.io/doc/net.openhft/compiler)
5
6
This takes a String, compiles it and loads it returning you a class from what you built.
7
By default it uses the current ClassLoader. It supports nested classes, otherwise builds one class at a time.
0 commit comments