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 modules-api-2.8.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.thorstenmarx.modules.api
├─ com.thorstenmarx.modules.api.BaseExtension.class - [JAR]
├─ com.thorstenmarx.modules.api.Context.class - [JAR]
├─ com.thorstenmarx.modules.api.DefaultServiceRegistry.class - [JAR]
├─ com.thorstenmarx.modules.api.ExtensionPoint.class - [JAR]
├─ com.thorstenmarx.modules.api.ManagerConfiguration.class - [JAR]
├─ com.thorstenmarx.modules.api.Module.class - [JAR]
├─ com.thorstenmarx.modules.api.ModuleConfiguration.class - [JAR]
├─ com.thorstenmarx.modules.api.ModuleDescription.class - [JAR]
├─ com.thorstenmarx.modules.api.ModuleLifeCycleExtension.class - [JAR]
├─ com.thorstenmarx.modules.api.ModuleManager.class - [JAR]
├─ com.thorstenmarx.modules.api.ServiceRegistry.class - [JAR]
com.thorstenmarx.modules.api.annotation
├─ com.thorstenmarx.modules.api.annotation.Extension.class - [JAR]
├─ com.thorstenmarx.modules.api.annotation.ExtensionAnnotationProcessor.class - [JAR]