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 komapper-annotation-1.12.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.komapper.annotation
├─ org.komapper.annotation.EnumType.class - [JAR]
├─ org.komapper.annotation.KomapperAggregateRoot.class - [JAR]
├─ org.komapper.annotation.KomapperAutoIncrement.class - [JAR]
├─ org.komapper.annotation.KomapperColumn.class - [JAR]
├─ org.komapper.annotation.KomapperColumnOverride.class - [JAR]
├─ org.komapper.annotation.KomapperCreatedAt.class - [JAR]
├─ org.komapper.annotation.KomapperEmbedded.class - [JAR]
├─ org.komapper.annotation.KomapperEmbeddedId.class - [JAR]
├─ org.komapper.annotation.KomapperEntity.class - [JAR]
├─ org.komapper.annotation.KomapperEntityDef.class - [JAR]
├─ org.komapper.annotation.KomapperEnum.class - [JAR]
├─ org.komapper.annotation.KomapperEnumOverride.class - [JAR]
├─ org.komapper.annotation.KomapperExperimentalAssociation.class - [JAR]
├─ org.komapper.annotation.KomapperId.class - [JAR]
├─ org.komapper.annotation.KomapperIgnore.class - [JAR]
├─ org.komapper.annotation.KomapperLink.class - [JAR]
├─ org.komapper.annotation.KomapperManyToOne.class - [JAR]
├─ org.komapper.annotation.KomapperOneToMany.class - [JAR]
├─ org.komapper.annotation.KomapperOneToOne.class - [JAR]
├─ org.komapper.annotation.KomapperSequence.class - [JAR]
├─ org.komapper.annotation.KomapperTable.class - [JAR]
├─ org.komapper.annotation.KomapperUpdatedAt.class - [JAR]
├─ org.komapper.annotation.KomapperVersion.class - [JAR]