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 hscore-config-annotation-4.3.11.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
me.hsgamer.hscore.config.annotation.converter.manager
├─ me.hsgamer.hscore.config.annotation.converter.manager.DefaultConverterManager.class - [JAR]
├─ me.hsgamer.hscore.config.annotation.converter.manager.package-info.class - [JAR]
me.hsgamer.hscore.config.annotation
├─ me.hsgamer.hscore.config.annotation.Comment.class - [JAR]
├─ me.hsgamer.hscore.config.annotation.ConfigPath.class - [JAR]
├─ me.hsgamer.hscore.config.annotation.StickyValue.class - [JAR]
├─ me.hsgamer.hscore.config.annotation.package-info.class - [JAR]
me.hsgamer.hscore.config.annotation.converter
├─ me.hsgamer.hscore.config.annotation.converter.Converter.class - [JAR]
├─ me.hsgamer.hscore.config.annotation.converter.DefaultConverter.class - [JAR]
├─ me.hsgamer.hscore.config.annotation.converter.PrimitiveConverter.class - [JAR]
├─ me.hsgamer.hscore.config.annotation.converter.SimpleConverter.class - [JAR]
├─ me.hsgamer.hscore.config.annotation.converter.package-info.class - [JAR]