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 prefs-builder-annotation-processor-0.1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.mfz.prefsbuilder.annotationprocessor
├─ com.mfz.prefsbuilder.annotationprocessor.AnnotationList.class - [JAR]
├─ com.mfz.prefsbuilder.annotationprocessor.Const.class - [JAR]
├─ com.mfz.prefsbuilder.annotationprocessor.ElementHandler.class - [JAR]
├─ com.mfz.prefsbuilder.annotationprocessor.MethodInfo.class - [JAR]
├─ com.mfz.prefsbuilder.annotationprocessor.MethodUtils.class - [JAR]
├─ com.mfz.prefsbuilder.annotationprocessor.PrefsBuilderProcessor.class - [JAR]
├─ com.mfz.prefsbuilder.annotationprocessor.PrefsClassInfo.class - [JAR]
├─ com.mfz.prefsbuilder.annotationprocessor.PrintLog.class - [JAR]
├─ com.mfz.prefsbuilder.annotationprocessor.StringUtils.class - [JAR]