File: README.md

package info (click to toggle)
cglib 3.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,524 kB
  • sloc: java: 15,188; xml: 624; makefile: 4
file content (18 lines) | stat: -rw-r--r-- 770 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
cglib [![Build Status](https://travis-ci.org/cglib/cglib.svg?branch=master)](https://travis-ci.org/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.
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