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 co.jufeng.accessor.jpa-2.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
co.jufeng.accessor.jpa.repository
├─ co.jufeng.accessor.jpa.repository.IJpaRepository.class - [JAR]
co.jufeng.accessor.jpa.domain
├─ co.jufeng.accessor.jpa.domain.BaseEntity.class - [JAR]
├─ co.jufeng.accessor.jpa.domain.CommonCompanyModel.class - [JAR]
├─ co.jufeng.accessor.jpa.domain.CommonTypeModel.class - [JAR]
├─ co.jufeng.accessor.jpa.domain.IEntityFactory.class - [JAR]
co.jufeng.accessor.jpa
├─ co.jufeng.accessor.jpa.ModelCreateRepositoryFactory.class - [JAR]