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 BetterBuilder-1.0.8.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.mpy634.enums
├─ cn.mpy634.enums.BuilderType.class - [JAR]
cn.mpy634.annotation
├─ cn.mpy634.annotation.BetterBuilder.class - [JAR]
├─ cn.mpy634.annotation.BetterBuilderProcessor.class - [JAR]
cn.mpy634.utils
├─ cn.mpy634.utils.ElementUtils.class - [JAR]
├─ cn.mpy634.utils.JCTreeUtils.class - [JAR]
cn.mpy634.constant
├─ cn.mpy634.constant.StrConstant.class - [JAR]
cn.mpy634.factory
├─ cn.mpy634.factory.BuilderFactory.class - [JAR]
├─ cn.mpy634.factory.ClassicBuilderFactory.class - [JAR]
├─ cn.mpy634.factory.NoBuilderFactory.class - [JAR]
├─ cn.mpy634.factory.TypeSafeBuilderFactory.class - [JAR]