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 wikbook.template.test-processor-0.9.45.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.wikbook.template.api
├─ org.wikbook.template.api.AnnotationA.class - [JAR]
├─ org.wikbook.template.api.AnnotationA2.class - [JAR]
├─ org.wikbook.template.api.AnnotationB.class - [JAR]
├─ org.wikbook.template.api.AnnotationB2.class - [JAR]
├─ org.wikbook.template.api.AnnotationB3.class - [JAR]
├─ org.wikbook.template.api.AnnotationC.class - [JAR]
├─ org.wikbook.template.api.AnnotationD.class - [JAR]
├─ org.wikbook.template.api.AnnotationPackage.class - [JAR]
org.wikbook.template.test
├─ org.wikbook.template.test.TestGlobalTemplateProcessor.class - [JAR]
├─ org.wikbook.template.test.TestPackageTemplateProcessor.class - [JAR]
├─ org.wikbook.template.test.TestTemplateProcessor.class - [JAR]
org.wikbook.template.existing
├─ org.wikbook.template.existing.Existing.class - [JAR]