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 jspare-jpa-3.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.jspare.jpa.annotation
├─ org.jspare.jpa.annotation.RepositoryInject.class - [JAR]
org.jspare.jpa.injector
├─ org.jspare.jpa.injector.PersistenceContextInjectStrategy.class - [JAR]
├─ org.jspare.jpa.injector.PersistenceUnitInjectStrategy.class - [JAR]
├─ org.jspare.jpa.injector.RepositoryInjectStrategy.class - [JAR]
├─ org.jspare.jpa.injector.RepositoryInvocationHandler.class - [JAR]
org.jspare.jpa.spi
├─ org.jspare.jpa.spi.DefaultPersistenceUnitInfoImpl.class - [JAR]
├─ org.jspare.jpa.spi.SmartPersistanceUnitInfo.class - [JAR]
org.jspare.jpa
├─ org.jspare.jpa.PersistenceOptions.class - [JAR]
├─ org.jspare.jpa.PersistenceUnitProvider.class - [JAR]
├─ org.jspare.jpa.PersistenceUnitProviderImpl.class - [JAR]