jar

de.viaboxx : annomark-example

Maven & Gradle

Jan 09, 2013

Example project to demonstrate annotation driven code generation with annomark

Table Of Contents

Latest Version

Download de.viaboxx : annomark-example JAR file - Latest Versions:

All Versions

Download de.viaboxx : annomark-example JAR file - All Versions:

Version Vulnerabilities Size Updated
2.5.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. 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]

Advertisement