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 forge-spring-boot-starter-1.0.8.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.bnyte.forge.springboot.register
├─ com.bnyte.forge.springboot.register.EnableForgeBeanRegister.class - [JAR]
com.bnyte.forge.springboot.scanner
├─ com.bnyte.forge.springboot.scanner.EnableForgeScanner.class - [JAR]
├─ com.bnyte.forge.springboot.scanner.ForgeAopClientScanner.class - [JAR]
com.bnyte.forge.springboot.filter.include
├─ com.bnyte.forge.springboot.filter.include.EnableForgeInclude.class - [JAR]
com.bnyte.forge.springboot.annotation
├─ com.bnyte.forge.springboot.annotation.EnableForge.class - [JAR]
com.bnyte.forge.springboot.filter.exclude
├─ com.bnyte.forge.springboot.filter.exclude.EnableForgeExclude.class - [JAR]
com.bnyte.forge.springboot
├─ com.bnyte.forge.springboot.EnableForgeAutoConfiguration.class - [JAR]