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.

posted on 2014-01-15 10:49  greatdreams  阅读(144)  评论(0编辑  收藏  举报

导航