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 point-enhance-0.0.2-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.bergturing.point.enhance.utils
├─ io.github.bergturing.point.enhance.utils.ProcessorUtils.class - [JAR]
io.github.bergturing.point.enhance.constants
├─ io.github.bergturing.point.enhance.constants.AnnotationConstants.class - [JAR]
io.github.bergturing.point.enhance.annotations
├─ io.github.bergturing.point.enhance.annotations.Prototype.class - [JAR]
├─ io.github.bergturing.point.enhance.annotations.SetterR.class - [JAR]
io.github.bergturing.point.enhance.processor
├─ io.github.bergturing.point.enhance.processor.PrototypeProcessor.class - [JAR]
├─ io.github.bergturing.point.enhance.processor.SetterRProcessor.class - [JAR]