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 swagger2-spring-boot-starter-1.0.4.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.kuisama.swagger.annotation
├─ com.kuisama.swagger.annotation.EnableSwagger2Doc.class - [JAR]
com.kuisama.swagger.properties
├─ com.kuisama.swagger.properties.Swagger2Properties.class - [JAR]
com.kuisama.swagger.condition
├─ com.kuisama.swagger.condition.Swagger2Condition.class - [JAR]
com.kuisama.swagger.autoconfigure
├─ com.kuisama.swagger.autoconfigure.Swagger2AutoConfiguration.class - [JAR]