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 vaadin-service-ref-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
de.codecamp.vaadin.serviceref
├─ de.codecamp.vaadin.serviceref.ServiceRef.class - [JAR]
de.codecamp.vaadin.serviceref.spring.autoconfiguration
├─ de.codecamp.vaadin.serviceref.spring.autoconfiguration.VaadinServiceRefAutoConfiguration.class - [JAR]
de.codecamp.vaadin.serviceref.spring
├─ de.codecamp.vaadin.serviceref.spring.ServiceRefFactoryBean.class - [JAR]
├─ de.codecamp.vaadin.serviceref.spring.SpringServiceRef.class - [JAR]
de.codecamp.vaadin.serviceref.cdi
├─ de.codecamp.vaadin.serviceref.cdi.CdiServiceRef.class - [JAR]
├─ de.codecamp.vaadin.serviceref.cdi.ServiceRefProducer.class - [JAR]