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 gwtp-processors-1.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.gwtplatform.dispatch.annotation.helper
├─ com.gwtplatform.dispatch.annotation.helper.BuilderGenerationHelper.class - [JAR]
├─ com.gwtplatform.dispatch.annotation.helper.ClassGenerationHelper.class - [JAR]
├─ com.gwtplatform.dispatch.annotation.helper.GenerationHelper.class - [JAR]
├─ com.gwtplatform.dispatch.annotation.helper.InterfaceGenerationHelper.class - [JAR]
├─ com.gwtplatform.dispatch.annotation.helper.ReflectionHelper.class - [JAR]
com.gwtplatform.dispatch.annotation
├─ com.gwtplatform.dispatch.annotation.GenDispatch.class - [JAR]
├─ com.gwtplatform.dispatch.annotation.GenDto.class - [JAR]
├─ com.gwtplatform.dispatch.annotation.GenEvent.class - [JAR]
├─ com.gwtplatform.dispatch.annotation.GenProxy.class - [JAR]
├─ com.gwtplatform.dispatch.annotation.In.class - [JAR]
├─ com.gwtplatform.dispatch.annotation.Optional.class - [JAR]
├─ com.gwtplatform.dispatch.annotation.Order.class - [JAR]
├─ com.gwtplatform.dispatch.annotation.Out.class - [JAR]
├─ com.gwtplatform.dispatch.annotation.UseProxy.class - [JAR]
├─ com.gwtplatform.dispatch.annotation.UseProxyName.class - [JAR]
com.gwtplatform.dispatch.annotation.processor
├─ com.gwtplatform.dispatch.annotation.processor.GenDispatchProcessor.class - [JAR]
├─ com.gwtplatform.dispatch.annotation.processor.GenDtoProcessor.class - [JAR]
├─ com.gwtplatform.dispatch.annotation.processor.GenEventProcessor.class - [JAR]
├─ com.gwtplatform.dispatch.annotation.processor.GenProcessor.class - [JAR]
├─ com.gwtplatform.dispatch.annotation.processor.GenProxyProcessor.class - [JAR]