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 jca-api-1.0.0.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.ofofs.jca.processor
├─ com.github.ofofs.jca.processor.BaseProcessor.class - [JAR]
com.github.ofofs.jca.constants
├─ com.github.ofofs.jca.constants.JcaConstants.class - [JAR]
com.github.ofofs.jca.util
├─ com.github.ofofs.jca.util.Sequence.class - [JAR]
com.github.ofofs.jca.annotation
├─ com.github.ofofs.jca.annotation.API.class - [JAR]
com.github.ofofs.jca.model
├─ com.github.ofofs.jca.model.JcaClass.class - [JAR]
├─ com.github.ofofs.jca.model.JcaCommon.class - [JAR]
├─ com.github.ofofs.jca.model.JcaField.class - [JAR]
├─ com.github.ofofs.jca.model.JcaMethod.class - [JAR]
├─ com.github.ofofs.jca.model.JcaObject.class - [JAR]
├─ com.github.ofofs.jca.model.JcaVariable.class - [JAR]