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 kanuka-controller-0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.dinject.controller
├─ io.dinject.controller.Controller.class - [JAR]
├─ io.dinject.controller.Delete.class - [JAR]
├─ io.dinject.controller.Get.class - [JAR]
├─ io.dinject.controller.HttpMethod.class - [JAR]
├─ io.dinject.controller.Patch.class - [JAR]
├─ io.dinject.controller.Path.class - [JAR]
├─ io.dinject.controller.PathTypeConversion.class - [JAR]
├─ io.dinject.controller.Post.class - [JAR]
├─ io.dinject.controller.Put.class - [JAR]
├─ io.dinject.controller.WebRoutes.class - [JAR]