cglib-code generation library

cglib is short of code generation library. Byte Code Generation Library is high level API to generate and transform JAVA byte code. It is used by AOP(aspect oriented programming), testing, data access frameworks(for example hibernate) to generate dynamic proxy objects and intercept field access.

原文地址:https://www.cnblogs.com/greatdreams/p/3520355.html