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 jpa-1.8.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.basc.framework.jpa
├─ io.basc.framework.jpa.JpaMethodInterceptor.class - [JAR]
├─ io.basc.framework.jpa.JpaUtils.class - [JAR]
io.basc.framework.jpa.beans.annotation
├─ io.basc.framework.jpa.beans.annotation.Repository.class - [JAR]
io.basc.framework.jpa.beans
├─ io.basc.framework.jpa.beans.JpaContextPostProcessor.class - [JAR]
├─ io.basc.framework.jpa.beans.RepositoryDefinition.class - [JAR]