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 sqloo-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.tnlx.sqloo.processor
├─ io.github.tnlx.sqloo.processor.Main.class - [JAR]
io.github.tnlx.sqloo.generator
├─ io.github.tnlx.sqloo.generator.CRUD.class - [JAR]
├─ io.github.tnlx.sqloo.generator.Factory.class - [JAR]
io.github.tnlx.sqloo.annotation
├─ io.github.tnlx.sqloo.annotation.Id.class - [JAR]
├─ io.github.tnlx.sqloo.annotation.SQLoo.class - [JAR]
io.github.tnlx.sqloo
├─ io.github.tnlx.sqloo.Crud.class - [JAR]
├─ io.github.tnlx.sqloo.IGets.class - [JAR]
├─ io.github.tnlx.sqloo.SQLoo.class - [JAR]