java bytecode.class,通过Java从.class文件中获取ByteCode(依赖性)信息
I would like to analyse .class files and get information about which class uses which other class. jdeps is a command line tool which allows you to display some information in the console, but I would…