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 8871b62 commit b88e42dCopy full SHA for b88e42d
README.adoc
@@ -12,8 +12,6 @@ image:https://img.shields.io/github/license/OpenHFT/Java-Runtime-Compiler[GitHub
12
image:https://img.shields.io/badge/release%20notes-subscribe-brightgreen[link="https://chronicle.software/release-notes/"]
13
image:https://sonarcloud.io/api/project_badges/measure?project=OpenHFT_Java-Runtime-Compiler&metric=alert_status[link="https://sonarcloud.io/dashboard?id=OpenHFT_Java-Runtime-Compiler"]
14
15
-toc::[]
16
-
17
18
This takes a String, compiles it and loads it returning you a class from what you built.
19
By default it uses the current ClassLoader. It supports nested classes, otherwise builds one class at a time.
0 commit comments