我正在使用Eclipse调试器,并在类初始化器中设置断点(例如静态字段初始化)。
有没有一种方法可以确定/检查用于加载类的类加载器?
应该是。。。
ClassA.class.getClassLoader();