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-data-jpa-soft-delete-7.0.1-hbzx.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.huibozhixin.softdelete.repository
├─ com.huibozhixin.softdelete.repository.EnableJpaSoftDeleteRepositories.class - [JAR]
├─ com.huibozhixin.softdelete.repository.SoftDelete.class - [JAR]
com.huibozhixin.softdelete.repository.support
├─ com.huibozhixin.softdelete.repository.support.JpaSoftDeleteRepository.class - [JAR]
├─ com.huibozhixin.softdelete.repository.support.JpaSoftDeleteRepositoryFactory.class - [JAR]
├─ com.huibozhixin.softdelete.repository.support.JpaSoftDeleteRepositoryFactoryBean.class - [JAR]