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 jpaplus-annotation-7.0.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.legendshop.jpaplus.persistence
├─ cn.legendshop.jpaplus.persistence.Column.class - [JAR]
├─ cn.legendshop.jpaplus.persistence.Embeddable.class - [JAR]
├─ cn.legendshop.jpaplus.persistence.Entity.class - [JAR]
├─ cn.legendshop.jpaplus.persistence.GeneratedValue.class - [JAR]
├─ cn.legendshop.jpaplus.persistence.GenerationType.class - [JAR]
├─ cn.legendshop.jpaplus.persistence.GeneratorType.class - [JAR]
├─ cn.legendshop.jpaplus.persistence.Id.class - [JAR]
├─ cn.legendshop.jpaplus.persistence.SequenceGenerator.class - [JAR]
├─ cn.legendshop.jpaplus.persistence.Table.class - [JAR]
├─ cn.legendshop.jpaplus.persistence.TableGenerator.class - [JAR]
├─ cn.legendshop.jpaplus.persistence.Transient.class - [JAR]
cn.legendshop.jpaplus.model
├─ cn.legendshop.jpaplus.model.PageConstant.class - [JAR]
├─ cn.legendshop.jpaplus.model.Result.class - [JAR]
├─ cn.legendshop.jpaplus.model.Results.class - [JAR]
├─ cn.legendshop.jpaplus.model.Status.class - [JAR]
cn.legendshop.jpaplus.support
├─ cn.legendshop.jpaplus.support.GenericEntity.class - [JAR]
├─ cn.legendshop.jpaplus.support.PageParams.class - [JAR]
├─ cn.legendshop.jpaplus.support.PageProvider.class - [JAR]
├─ cn.legendshop.jpaplus.support.PageSupport.class - [JAR]