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 spring-specification-builder-0.5.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.hallwong.jpa.query.meta
├─ com.github.hallwong.jpa.query.meta.BuilderMetaKeeper.class - [JAR]
├─ com.github.hallwong.jpa.query.meta.EntityMetaKeeper.class - [JAR]
├─ com.github.hallwong.jpa.query.meta.RestrictionMeta.class - [JAR]
com.github.hallwong.jpa.query.annotation
├─ com.github.hallwong.jpa.query.annotation.Operator.class - [JAR]
├─ com.github.hallwong.jpa.query.annotation.QueryRequirement.class - [JAR]
├─ com.github.hallwong.jpa.query.annotation.Restriction.class - [JAR]
com.github.hallwong.jpa.query
├─ com.github.hallwong.jpa.query.FieldKeeper.class - [JAR]
├─ com.github.hallwong.jpa.query.SpringSpecificationBuilder.class - [JAR]
├─ com.github.hallwong.jpa.query.SpringSpecificationImpl.class - [JAR]