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 statful-springboot-starter-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.statful.client.framework.springboot
├─ com.statful.client.framework.springboot.StatfulAspectConfiguration.class - [JAR]
├─ com.statful.client.framework.springboot.StatfulClientAutoConfiguration.class - [JAR]
├─ com.statful.client.framework.springboot.StatfulRegistryAutoConfiguration.class - [JAR]
com.statful.client.framework.springboot.properties
├─ com.statful.client.framework.springboot.properties.StatfulClientProperties.class - [JAR]
com.statful.client.aspects
├─ com.statful.client.aspects.StatfulAspect.class - [JAR]