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 groovybeans-annotations-0.1.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.chrylis.gbt.transform
├─ com.chrylis.gbt.transform.GbtIdTransformation.class - [JAR]
├─ com.chrylis.gbt.transform.GbtTransformation.class - [JAR]
├─ com.chrylis.gbt.transform.GbtUtils.class - [JAR]
├─ com.chrylis.gbt.transform.GbtVersionTransformation.class - [JAR]
├─ com.chrylis.gbt.transform.PropertyAddingTransformation.class - [JAR]
├─ com.chrylis.gbt.transform.SubrecordOfTransformation.class - [JAR]
├─ com.chrylis.gbt.transform.SubrecordTransformation.class - [JAR]
├─ com.chrylis.gbt.transform.TwoWayRelationshipTransformation.class - [JAR]
com.chrylis.gbt.annotation
├─ com.chrylis.gbt.annotation.GbtId.class - [JAR]
├─ com.chrylis.gbt.annotation.GbtVersion.class - [JAR]
├─ com.chrylis.gbt.annotation.Subrecord.class - [JAR]
├─ com.chrylis.gbt.annotation.SubrecordOf.class - [JAR]
├─ com.chrylis.gbt.annotation.TwoWayRelationship.class - [JAR]