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 annotation-processor-0.0.8-27.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cd.go.jrepresenter.apt.processor
├─ cd.go.jrepresenter.apt.processor.RepresenterAnnotationProcessor.class - [JAR]
cd.go.jrepresenter.apt.util
├─ cd.go.jrepresenter.apt.util.DebugStatement.class - [JAR]
├─ cd.go.jrepresenter.apt.util.IfElseBuilder.class - [JAR]
├─ cd.go.jrepresenter.apt.util.TypeUtil.class - [JAR]
cd.go.jrepresenter.apt.models
├─ cd.go.jrepresenter.apt.models.Attribute.class - [JAR]
├─ cd.go.jrepresenter.apt.models.BaseAnnotation.class - [JAR]
├─ cd.go.jrepresenter.apt.models.ClassToAnnotationMap.class - [JAR]
├─ cd.go.jrepresenter.apt.models.CollectionAnnotation.class - [JAR]
├─ cd.go.jrepresenter.apt.models.CollectionAnnotationBuilder.class - [JAR]
├─ cd.go.jrepresenter.apt.models.MapperJavaSourceFile.class - [JAR]
├─ cd.go.jrepresenter.apt.models.PropertyAnnotation.class - [JAR]
├─ cd.go.jrepresenter.apt.models.PropertyAnnotationBuilder.class - [JAR]
├─ cd.go.jrepresenter.apt.models.RepresenterAnnotation.class - [JAR]
├─ cd.go.jrepresenter.apt.models.RepresenterAnnotationBuilder.class - [JAR]
├─ cd.go.jrepresenter.apt.models.RepresentsSubClassesAnnotation.class - [JAR]
├─ cd.go.jrepresenter.apt.models.SubClassInfoAnnotation.class - [JAR]