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 tsc4j-api-0.5.13.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.tsc4j.api
├─ com.github.tsc4j.api.ApiUtils.class - [JAR]
├─ com.github.tsc4j.api.ConfigValueDecoder.class - [JAR]
├─ com.github.tsc4j.api.Ordered.class - [JAR]
├─ com.github.tsc4j.api.Reloadable.class - [JAR]
├─ com.github.tsc4j.api.ReloadableConfig.class - [JAR]
├─ com.github.tsc4j.api.Tsc4jBeanBuilder.class - [JAR]
├─ com.github.tsc4j.api.Tsc4jConfigPath.class - [JAR]
├─ com.github.tsc4j.api.WithConfig.class - [JAR]