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 mixin-compiler-1.6.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.bennyhuo.kotlin.mixin.compiler
├─ com.bennyhuo.kotlin.mixin.compiler.MixinGenerator.class - [JAR]
├─ com.bennyhuo.kotlin.mixin.compiler.MixinIndexGenerator.class - [JAR]
├─ com.bennyhuo.kotlin.mixin.compiler.MixinIndexLoader.class - [JAR]
├─ com.bennyhuo.kotlin.mixin.compiler.MixinKaptProcessor.class - [JAR]
├─ com.bennyhuo.kotlin.mixin.compiler.MixinKspProcessor.class - [JAR]
├─ com.bennyhuo.kotlin.mixin.compiler.MixinProcessingStep.class - [JAR]
├─ com.bennyhuo.kotlin.mixin.compiler.UtilsKt.class - [JAR]