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 data-scope-spring-boot-starter-1.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.wudgaby.starter.datascope.support
├─ com.wudgaby.starter.datascope.support.DefaultConfigEnvironmentPostProcessor.class - [JAR]
com.wudgaby.starter.datascope.enums
├─ com.wudgaby.starter.datascope.enums.DataScopeEnum.class - [JAR]
com.wudgaby.starter.datascope.annotation
├─ com.wudgaby.starter.datascope.annotation.DataScope.class - [JAR]
├─ com.wudgaby.starter.datascope.annotation.DataScopeColumn.class - [JAR]
com.wudgaby.starter.datascope.config
├─ com.wudgaby.starter.datascope.config.DataScopeConfig.class - [JAR]
com.wudgaby.starter.datascope.interceptor
├─ com.wudgaby.starter.datascope.interceptor.DataScopeInterceptor.class - [JAR]