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 annotations2-4.4.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
annotations.ast
├─ annotations.ast.ASTChangesAnnotation.class - [JAR]
├─ annotations.ast.ASTGhostAnnotation.class - [JAR]
├─ annotations.ast.ASTLimitAnnotation.class - [JAR]
├─ annotations.ast.ASTTestAnnotation.class - [JAR]
├─ annotations.ast.ASTWitnessAnnotation.class - [JAR]
annotations.in
├─ annotations.in.CountVisitor.class - [JAR]
├─ annotations.in.INChangesAnnotation.class - [JAR]
├─ annotations.in.INLimitAnnotation.class - [JAR]
├─ annotations.in.INTestAnnotation.class - [JAR]
├─ annotations.in.INWitnessAnnotation.class - [JAR]
annotations.tc
├─ annotations.tc.TCChangesAnnotation.class - [JAR]
├─ annotations.tc.TCLimitAnnotation.class - [JAR]
├─ annotations.tc.TCTestAnnotation.class - [JAR]
├─ annotations.tc.TCWitnessAnnotation.class - [JAR]
annotations.po
├─ annotations.po.PONullAnnotation.class - [JAR]
├─ annotations.po.POTestAnnotation.class - [JAR]