Skip to content

Commit 937d570

Browse files
committed
update README
1 parent 193e071 commit 937d570

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
# compiler
22

33
Compile Java code in memory using Java 7 compiler API.
4+
5+
### Why compiler API?
6+
7+
You can use compiler API to compile generated Java source code and load the compiled classes on-the-fly.
8+
9+
For example, generate proxy classes using compiler API instead of CGLIB or Javassist.

0 commit comments

Comments
 (0)