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 autoprefs-processor-1.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.dpforge.autoprefs.processor
├─ com.dpforge.autoprefs.processor.CodeGenerator.class - [JAR]
├─ com.dpforge.autoprefs.processor.CodeWriter.class - [JAR]
├─ com.dpforge.autoprefs.processor.DefaultValue.class - [JAR]
├─ com.dpforge.autoprefs.processor.DefaultValueExtractor.class - [JAR]
├─ com.dpforge.autoprefs.processor.Messenger.class - [JAR]
├─ com.dpforge.autoprefs.processor.PrefInfo.class - [JAR]
├─ com.dpforge.autoprefs.processor.PrefsDescriptor.class - [JAR]
├─ com.dpforge.autoprefs.processor.PrefsProcessor.class - [JAR]
├─ com.dpforge.autoprefs.processor.TypeUtils.class - [JAR]