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 ruler-spring-boot-starter-3.2.11.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
info.lostred.ruler.annotation
├─ info.lostred.ruler.annotation.DomainScan.class - [JAR]
├─ info.lostred.ruler.annotation.RuleScan.class - [JAR]
├─ info.lostred.ruler.annotation.RuleScannerRegistrar.class - [JAR]
info.lostred.ruler.autoconfigure
├─ info.lostred.ruler.autoconfigure.RulerAutoConfiguration.class - [JAR]
├─ info.lostred.ruler.autoconfigure.RulerProperties.class - [JAR]
info.lostred.ruler.factory
├─ info.lostred.ruler.factory.ClassPathAbstractRuleScanner.class - [JAR]
├─ info.lostred.ruler.factory.RuleAnnotationPostProcessor.class - [JAR]
├─ info.lostred.ruler.factory.RuleFactoryBean.class - [JAR]
├─ info.lostred.ruler.factory.SpringRuleFactory.class - [JAR]