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 lazygenprocessor-1.2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.askmeagain.lazygen.annotation
├─ io.github.askmeagain.lazygen.annotation.GenerateLazyClass.class - [JAR]
├─ io.github.askmeagain.lazygen.annotation.LazyGen.class - [JAR]
├─ io.github.askmeagain.lazygen.annotation.LazyType.class - [JAR]
├─ io.github.askmeagain.lazygen.annotation.ResultType.class - [JAR]
io.github.askmeagain.lazygen.internals
├─ io.github.askmeagain.lazygen.internals.LazyGenDataCollector.class - [JAR]
├─ io.github.askmeagain.lazygen.internals.LazyGenProcessor.class - [JAR]
├─ io.github.askmeagain.lazygen.internals.LazyGenTemplates.class - [JAR]
├─ io.github.askmeagain.lazygen.internals.LazyProcessorWriter.class - [JAR]
├─ io.github.askmeagain.lazygen.internals.MethodContainer.class - [JAR]
├─ io.github.askmeagain.lazygen.internals.TemplateData.class - [JAR]