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 ksp-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.orandja.ktm.ksp
├─ net.orandja.ktm.ksp.KtmLogger.class - [JAR]
├─ net.orandja.ktm.ksp.KtmProcessorProvider.class - [JAR]
├─ net.orandja.ktm.ksp.KtmSymbolProcessor.class - [JAR]
├─ net.orandja.ktm.ksp.SymbolProcessorConfiguration.class - [JAR]
net.orandja.ktm.ksp.visitor
├─ net.orandja.ktm.ksp.visitor.AbstractVisitor.class - [JAR]
├─ net.orandja.ktm.ksp.visitor.ClassNameVisitor.class - [JAR]
├─ net.orandja.ktm.ksp.visitor.TokenBuilderVisitor.class - [JAR]
├─ net.orandja.ktm.ksp.visitor.VisitorResult.class - [JAR]
net.orandja.ktm.ksp.generation
├─ net.orandja.ktm.ksp.generation.AdapterGenerator.class - [JAR]
├─ net.orandja.ktm.ksp.generation.AdapterToken.class - [JAR]
├─ net.orandja.ktm.ksp.generation.AutoGenerator.class - [JAR]
├─ net.orandja.ktm.ksp.generation.AutoToken.class - [JAR]
├─ net.orandja.ktm.ksp.generation.GeneratedFile.class - [JAR]