asmsupport-core · This module is the core implement of asmsupport-standard
Group: cn.wensiqun - All Dependencies
asmsupport-client · This modules is a wrapper of asmsupport-core, it make a most simple api to developer when use asmsupport.
asmsupport-third · This modules is a set of third open source code, the benefit is to avoid third library confilict when you use asmsupport
asmsupport-standard · This module is a standard apid definition of asmsupport, all implements of asmsupport will be following this standard api.
asmsupport · This project is will help developer to dynamic create/modify class at runtime simply, and it's base on ASM framework. but it's different to ASM, it's make developer don't care about LocalVariables and Stack status at JVM layer, and also don't care the underlying instructions of JVM.
classgrep · classgrep is small java tools, it can find some information as following: 1. find class/annotation/method/field which annotated be special annotation. 2. pass a java.lang.reflect.Method/java.lang.reflect.Constructor object, find all method that calling the method or constructor. 3. find all children class whit hierarchy structure according a special
asmsupport-sample · Some simple sample use asmsupport, such as dynamic proxy, json serialize and so on.
asmsupport-issues · This module is all of the test code for each issue test.