In Java, is there any way to use the JDK libraries to discover the private classes implemented within another class? Or do I need so use something like asm?
In Java, is there any way to use the JDK libraries to discover the private classes implemented within another class? Or do I need so use something like asm?