View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window staticioc-generators-0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.staticioc.helper
├─ org.staticioc.helper.CodeGeneratorNameHelper.class - [JAR]
├─ org.staticioc.helper.IoCCompilerHelper.class - [JAR]
org.staticioc.generator
├─ org.staticioc.generator.AbstractCodeGenerator.class - [JAR]
├─ org.staticioc.generator.CodeGenerator.class - [JAR]
├─ org.staticioc.generator.JavaCodeGenerator.class - [JAR]
org.staticioc
├─ org.staticioc.IoCCompiler.class - [JAR]
├─ org.staticioc.SpringStaticFactoryGenerator.class - [JAR]