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 micronaut-test-suite-custom-annotations-1.0.0-M1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.micronaut.sourcegen.custom.example
├─ io.micronaut.sourcegen.custom.example.GenerateMyBean1.class - [JAR]
├─ io.micronaut.sourcegen.custom.example.GenerateMyBean2.class - [JAR]
├─ io.micronaut.sourcegen.custom.example.GenerateMyEnum1.class - [JAR]
├─ io.micronaut.sourcegen.custom.example.GenerateMyInterface1.class - [JAR]
├─ io.micronaut.sourcegen.custom.example.GenerateMyRecord1.class - [JAR]
├─ io.micronaut.sourcegen.custom.example.GenerateMyRepository1.class - [JAR]