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 handlers-0.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
kendal.handlers
├─ kendal.handlers.CloneHandler.class - [JAR]
├─ kendal.handlers.StringInterpolationHandler.class - [JAR]
├─ kendal.handlers.TypescriptFieldsHandler.class - [JAR]
kendal.annotations
├─ kendal.annotations.Clone.class - [JAR]
├─ kendal.annotations.PackagePrivate.class - [JAR]
├─ kendal.annotations.Private.class - [JAR]
├─ kendal.annotations.Protected.class - [JAR]
├─ kendal.annotations.Public.class - [JAR]