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 annomark-example-2.5.11.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.agimatec.annomark.example.model
├─ com.agimatec.annomark.example.model.Address.class - [JAR]
├─ com.agimatec.annomark.example.model.Card.class - [JAR]
├─ com.agimatec.annomark.example.model.CvCountry.class - [JAR]
├─ com.agimatec.annomark.example.model.CvCurrency.class - [JAR]
├─ com.agimatec.annomark.example.model.CvPostcode.class - [JAR]
├─ com.agimatec.annomark.example.model.Privilege.class - [JAR]
├─ com.agimatec.annomark.example.model.Role.class - [JAR]
├─ com.agimatec.annomark.example.model.UserCore.class - [JAR]
com.agimatec.annomark.example.transfer
├─ com.agimatec.annomark.example.transfer.TransferAddress.class - [JAR]
├─ com.agimatec.annomark.example.transfer.TransferAddressLight.class - [JAR]
├─ com.agimatec.annomark.example.transfer.TransferCard.class - [JAR]
├─ com.agimatec.annomark.example.transfer.TransferPostcodeLight.class - [JAR]
├─ com.agimatec.annomark.example.transfer.TransferPrivilege.class - [JAR]
├─ com.agimatec.annomark.example.transfer.TransferPrivilegeLight.class - [JAR]
├─ com.agimatec.annomark.example.transfer.TransferRole.class - [JAR]
├─ com.agimatec.annomark.example.transfer.TransferRoleLight.class - [JAR]
├─ com.agimatec.annomark.example.transfer.TransferUser.class - [JAR]
├─ com.agimatec.annomark.example.transfer.TransferUserLight.class - [JAR]