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 jackfruit-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
jackfruit.processor
├─ jackfruit.processor.AnnotationBundle.class - [JAR]
├─ jackfruit.processor.ConfigFactory.class - [JAR]
├─ jackfruit.processor.ConfigProcessor.class - [JAR]
├─ jackfruit.processor.ConfigProcessorUtils.class - [JAR]
├─ jackfruit.processor.ImmutableAnnotationBundle.class - [JAR]
jackfruit.annotations
├─ jackfruit.annotations.Comment.class - [JAR]
├─ jackfruit.annotations.DefaultValue.class - [JAR]
├─ jackfruit.annotations.Jackfruit.class - [JAR]
├─ jackfruit.annotations.Key.class - [JAR]
├─ jackfruit.annotations.Parser.class - [JAR]
├─ jackfruit.annotations.ParserClass.class - [JAR]
jackfruit
├─ jackfruit.JackfruitVersion.class - [JAR]