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 zuchini-compat-annotations-0.4.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cucumber.runtime.java
├─ cucumber.runtime.java.StepDefAnnotation.class - [JAR]
cucumber.api.java
├─ cucumber.api.java.After.class - [JAR]
├─ cucumber.api.java.Before.class - [JAR]
cucumber.api.java.en
├─ cucumber.api.java.en.Given.class - [JAR]
├─ cucumber.api.java.en.Then.class - [JAR]
├─ cucumber.api.java.en.When.class - [JAR]