Dynamic-proxy動態(tài)代理框架
Dynamic-proxy 是一個 Java 開發(fā)人員在生成代理對象時非常有用的庫。該庫利用了多種字節(jié)碼生成方法,包括:
Maven 依賴:
<dependency> <groupId>net.neoremind</groupId> <artifactId>dynamicproxy</artifactId> <version>1.0.0</version> </dependency>
默認情況下,項目將會引入以下依賴關(guān)系:
[INFO] +- org.apache.commons:commons-lang3??3.2.1:compile [INFO] +- commons-collections:commons-collections??3.2.1:compile [INFO] +- com.google.guava:guava??18.0:compile [INFO] +- org.javassist:javassist??3.18.1-GA:compile [INFO] +- cglib:cglib-nodep??2.2.2:compile [INFO] +- cn.wensiqun:asmsupport-core??0.4.3:compile [INFO] | \- cn.wensiqun:asmsupport-standard??0.4.3:compile [INFO] | \- cn.wensiqun:asmsupport-third??0.4.3:compile [INFO] +- org.ow2.asm:asm-commons??5.0.4:compile [INFO] | \- org.ow2.asm:asm-tree??5.0.4:compile [INFO] +- org.ow2.asm:asm??5.0.4:compile
評論
圖片
表情
