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 XStarter-compiler-1.0.0-rc.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.wang.android.starter.annotation
├─ com.wang.android.starter.annotation.Starter.class - [JAR]
├─ com.wang.android.starter.annotation.StarterFinish.class - [JAR]
├─ com.wang.android.starter.annotation.StarterMethod.class - [JAR]
com.wang.android.starter.processor
├─ com.wang.android.starter.processor.BaseProcessor.class - [JAR]
├─ com.wang.android.starter.processor.StarterProcessor.class - [JAR]
com.wang.android.starter.utils
├─ com.wang.android.starter.utils.Constants.class - [JAR]
├─ com.wang.android.starter.utils.Logger.class - [JAR]
├─ com.wang.android.starter.utils.TypeKind.class - [JAR]
├─ com.wang.android.starter.utils.TypeUtils.class - [JAR]