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 Annotated-DI-2.1.0+1.18.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
dev.the_fireplace.annotateddi.api
├─ dev.the_fireplace.annotateddi.api.DIContainer.class - [JAR]
dev.the_fireplace.annotateddi.api.entrypoints
├─ dev.the_fireplace.annotateddi.api.entrypoints.ClientDIModInitializer.class - [JAR]
├─ dev.the_fireplace.annotateddi.api.entrypoints.DIModInitializer.class - [JAR]
├─ dev.the_fireplace.annotateddi.api.entrypoints.DIModuleCreator.class - [JAR]
├─ dev.the_fireplace.annotateddi.api.entrypoints.DedicatedServerDIModInitializer.class - [JAR]
dev.the_fireplace.annotateddi.api.di
├─ dev.the_fireplace.annotateddi.api.di.Implementation.class - [JAR]
dev.the_fireplace.annotateddi.impl
├─ dev.the_fireplace.annotateddi.impl.AnnotatedDIConstants.class - [JAR]
├─ dev.the_fireplace.annotateddi.impl.UrlUtil.class - [JAR]
dev.the_fireplace.annotateddi.impl.di
├─ dev.the_fireplace.annotateddi.impl.di.AnnotatedDIModule.class - [JAR]
├─ dev.the_fireplace.annotateddi.impl.di.ImplementationException.class - [JAR]
├─ dev.the_fireplace.annotateddi.impl.di.ImplementationScanner.class - [JAR]
dev.the_fireplace.annotateddi.impl.entrypoint
├─ dev.the_fireplace.annotateddi.impl.entrypoint.Client.class - [JAR]
├─ dev.the_fireplace.annotateddi.impl.entrypoint.Main.class - [JAR]
├─ dev.the_fireplace.annotateddi.impl.entrypoint.Server.class - [JAR]