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 annotations-1.0.21.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.leo.aws.ddb.annotations
├─ org.leo.aws.ddb.annotations.DDBTable.class - [JAR]
├─ org.leo.aws.ddb.annotations.DateCreated.class - [JAR]
├─ org.leo.aws.ddb.annotations.DateUpdated.class - [JAR]
├─ org.leo.aws.ddb.annotations.DbAttribute.class - [JAR]
├─ org.leo.aws.ddb.annotations.DdbRepository.class - [JAR]
├─ org.leo.aws.ddb.annotations.HashKey.class - [JAR]
├─ org.leo.aws.ddb.annotations.KeyType.class - [JAR]
├─ org.leo.aws.ddb.annotations.ProjectionType.class - [JAR]
├─ org.leo.aws.ddb.annotations.RangeKey.class - [JAR]
├─ org.leo.aws.ddb.annotations.SecondaryIndex.class - [JAR]
├─ org.leo.aws.ddb.annotations.SecondaryIndices.class - [JAR]
├─ org.leo.aws.ddb.annotations.Transient.class - [JAR]
├─ org.leo.aws.ddb.annotations.VersionAttribute.class - [JAR]