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 cdi-1.12.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.buschmais.jqassistant.plugin.cdi.api.model
├─ com.buschmais.jqassistant.plugin.cdi.api.model.BeansXmlDescriptor.class - [JAR]
├─ com.buschmais.jqassistant.plugin.cdi.api.model.CdiDescriptor.class - [JAR]
org.jcp.xmlns.xml.ns.javaee
├─ org.jcp.xmlns.xml.ns.javaee.Alternatives.class - [JAR]
├─ org.jcp.xmlns.xml.ns.javaee.Beans.class - [JAR]
├─ org.jcp.xmlns.xml.ns.javaee.Decorators.class - [JAR]
├─ org.jcp.xmlns.xml.ns.javaee.Interceptors.class - [JAR]
├─ org.jcp.xmlns.xml.ns.javaee.ObjectFactory.class - [JAR]
├─ org.jcp.xmlns.xml.ns.javaee.Scan.class - [JAR]
com.buschmais.jqassistant.plugin.cdi.impl.scanner
├─ com.buschmais.jqassistant.plugin.cdi.impl.scanner.BeansXmlScannerPlugin.class - [JAR]