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-neo4j-ogm-0.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.innerloop.neo4j.ogm.spring.transaction
├─ io.innerloop.neo4j.ogm.spring.transaction.Neo4jTransactionManager.class - [JAR]
├─ io.innerloop.neo4j.ogm.spring.transaction.SessionHolder.class - [JAR]
io.innerloop.neo4j.ogm.spring.config
├─ io.innerloop.neo4j.ogm.spring.config.Neo4jOgmConfiguration.class - [JAR]
io.innerloop.neo4j.ogm.spring.repository
├─ io.innerloop.neo4j.ogm.spring.repository.DefaultNeo4jRepositoryImpl.class - [JAR]
├─ io.innerloop.neo4j.ogm.spring.repository.GenericRepository.class - [JAR]