forked from cglib/cglib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
18 lines (12 loc) · 733 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description:
Byte Code Generation Library is high level API to generate and transform JAVA byte code.
It is used by AOP, testing, data access frameworks to generate dynamic proxy objects and intercept field access.
https://github.com/cglib/cglib/wiki
How To: https://github.com/cglib/cglib/wiki/How-To
Latest Release: https://github.com/cglib/cglib/releases/latest
All Releases: https://github.com/cglib/cglib/releases
cglib-#.#_#.jar binary distribution, CGLIB classes only,
it must be used to extend cglib classes dependant on ASM API
cglib-nodep-#.#_#.jar binary distribution, CGLIB and renamed ASM classes,
not extendable
Use Apache Ant to build CGLIB from source code : http://jakarta.apache.org/ant