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 konduit-serving-annotation-0.3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
ai.konduit.serving.annotation
├─ ai.konduit.serving.annotation.AnnotationUtils.class - [JAR]
ai.konduit.serving.annotation.module
├─ ai.konduit.serving.annotation.module.Dependency.class - [JAR]
├─ ai.konduit.serving.annotation.module.InheritRequiredDependencies.class - [JAR]
├─ ai.konduit.serving.annotation.module.ModuleInfo.class - [JAR]
├─ ai.konduit.serving.annotation.module.Req.class - [JAR]
├─ ai.konduit.serving.annotation.module.Requires.class - [JAR]
├─ ai.konduit.serving.annotation.module.RequiresDependenciesAll.class - [JAR]
├─ ai.konduit.serving.annotation.module.RequiresDependenciesAny.class - [JAR]
├─ ai.konduit.serving.annotation.module.RequiresDependenciesProcessor.class - [JAR]
ai.konduit.serving.annotation.runner
├─ ai.konduit.serving.annotation.runner.CanRun.class - [JAR]
├─ ai.konduit.serving.annotation.runner.CanRunProcessor.class - [JAR]
ai.konduit.serving.annotation.json
├─ ai.konduit.serving.annotation.json.JsonName.class - [JAR]
├─ ai.konduit.serving.annotation.json.JsonNameProcessor.class - [JAR]