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 typekin-processor-1.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.henneberger.typekin.processor
├─ com.github.henneberger.typekin.processor.ModelProcessor.class - [JAR]
├─ com.github.henneberger.typekin.processor.StructuralTypeProcessor.class - [JAR]
com.github.henneberger.typekin.annotation
├─ com.github.henneberger.typekin.annotation.Model.class - [JAR]
├─ com.github.henneberger.typekin.annotation.StructuralType.class - [JAR]
├─ com.github.henneberger.typekin.annotation.TypeOf.class - [JAR]
com.github.henneberger.typekin.processor.util
├─ com.github.henneberger.typekin.processor.util.Conversions.class - [JAR]
com.github.henneberger.typekin.processor.generators
├─ com.github.henneberger.typekin.processor.generators.ModelImplGenerator.class - [JAR]
├─ com.github.henneberger.typekin.processor.generators.ModelInterfaceGenerator.class - [JAR]
├─ com.github.henneberger.typekin.processor.generators.ModelRefGenerator.class - [JAR]