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 crud-framework-web-0.6.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.antelopesystem.crudframework.web.annotation
├─ com.antelopesystem.crudframework.web.annotation.CRUDActions.class - [JAR]
com.antelopesystem.crudframework.web.messageconveter
├─ com.antelopesystem.crudframework.web.messageconveter.CrudDslMessageConverter.class - [JAR]
com.antelopesystem.crudframework.web.ro
├─ com.antelopesystem.crudframework.web.ro.ManyCrudResult.class - [JAR]
├─ com.antelopesystem.crudframework.web.ro.ManyFailedReason.class - [JAR]
├─ com.antelopesystem.crudframework.web.ro.ResultRO.class - [JAR]
com.antelopesystem.crudframework.web.controller
├─ com.antelopesystem.crudframework.web.controller.BaseCRUDController.class - [JAR]
├─ com.antelopesystem.crudframework.web.controller.BaseController.class - [JAR]
├─ com.antelopesystem.crudframework.web.controller.BaseDifferentRoCRUDController.class - [JAR]