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 terran4j-commons-api2page-1.0.0.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.terran4j.commons.api2page
├─ com.terran4j.commons.api2page.ListQuery.class - [JAR]
├─ com.terran4j.commons.api2page.ListResult.class - [JAR]
com.terran4j.commons.api2page.annotation
├─ com.terran4j.commons.api2page.annotation.ActionType.class - [JAR]
├─ com.terran4j.commons.api2page.annotation.Api2PageController.class - [JAR]
├─ com.terran4j.commons.api2page.annotation.Button.class - [JAR]
├─ com.terran4j.commons.api2page.annotation.Field.class - [JAR]
├─ com.terran4j.commons.api2page.annotation.Form.class - [JAR]
├─ com.terran4j.commons.api2page.annotation.Forms.class - [JAR]
├─ com.terran4j.commons.api2page.annotation.PageForm.class - [JAR]
├─ com.terran4j.commons.api2page.annotation.PageList.class - [JAR]
├─ com.terran4j.commons.api2page.annotation.TableColumn.class - [JAR]
├─ com.terran4j.commons.api2page.annotation.Widget.class - [JAR]
├─ com.terran4j.commons.api2page.annotation.WidgetImage.class - [JAR]
├─ com.terran4j.commons.api2page.annotation.WidgetInput.class - [JAR]
├─ com.terran4j.commons.api2page.annotation.WidgetSelect.class - [JAR]