BTrace对依赖的asm包的包名进行了重命名

前端之家收集整理的这篇文章主要介绍了BTrace对依赖的asm包的包名进行了重命名前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
This directory contains btrace-asm-4.0.jar. This file was
generated from "asm-4.0.jar" using the "JarJar" tool (please
see http://code.google.com/p/jarjar/) using the following rule:


rule org.objectweb.asm.** com.sun.btrace.@0


i.e.,We prefix every ASM class with "com.sun.btrace" so that
the BTrace will not clash with application's use of ASM (if any).
Also,this will allow us to trace application's ASM usage as well.
Such renaming of ASM classes has indeed been suggested in ASM FAQ
at http://asm.objectweb.org/doc/faq.html.
原文链接:https://www.f2er.com/javaschema/286360.html

猜你在找的设计模式相关文章