Skip to content
forked from cglib/cglib

cglib - 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.

License

Notifications You must be signed in to change notification settings

java-code-help/cglib

 
 

Repository files navigation

CGLIB is distributed in binary and source form

cglib-1.0.jar       binary distribution, CGLIB classes only
cglib-full-1.0.jar  binary distribution with ASM classes
cglib-src-1.0.jar   source distribution with all runtime dependancies
cglib-docs-1.0.jar  HTML API documentation

Use Apache Ant to build CGLIB: http://jakarta.apache.org/ant

About

cglib - 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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%