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 startup-compiler-2.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
me.shouheng.startup.compiler.processor
├─ me.shouheng.startup.compiler.processor.BaseProcessor.class - [JAR]
├─ me.shouheng.startup.compiler.processor.StartupProcessor.class - [JAR]
me.shouheng.startup.compiler.utils
├─ me.shouheng.startup.compiler.utils.Consts.class - [JAR]
├─ me.shouheng.startup.compiler.utils.ILogger.class - [JAR]
├─ me.shouheng.startup.compiler.utils.MessagerLogger.class - [JAR]
├─ me.shouheng.startup.compiler.utils.TypeUtils.class - [JAR]
├─ me.shouheng.startup.compiler.utils.Utils.class - [JAR]
me.shouheng.startup.compiler.entity
├─ me.shouheng.startup.compiler.entity.AnnotatedClass.class - [JAR]