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 code-generator-projection-1.1.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.binis.codegen.projection.exception
├─ net.binis.codegen.projection.exception.ProjectionCreationException.class - [JAR]
net.binis.codegen.projection.provider
├─ net.binis.codegen.projection.provider.CodeGenProjectionProvider.class - [JAR]
net.binis.codegen.projection.objects
├─ net.binis.codegen.projection.objects.CodeMethodImplementation.class - [JAR]
├─ net.binis.codegen.projection.objects.CodeProjectionProxyIterator.class - [JAR]
├─ net.binis.codegen.projection.objects.CodeProjectionProxyList.class - [JAR]
├─ net.binis.codegen.projection.objects.CodeProjectionProxyListIterator.class - [JAR]
├─ net.binis.codegen.projection.objects.CodeProjectionProxySet.class - [JAR]
├─ net.binis.codegen.projection.objects.CodeProxyBase.class - [JAR]
net.binis.codegen.projection.interfaces
├─ net.binis.codegen.projection.interfaces.CodeProxyControl.class - [JAR]