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-neo4j-aspects-3.4.6.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.springframework.data.neo4j.aspects.support.node
├─ org.springframework.data.neo4j.aspects.support.node.Neo4jNodeBacking.class - [JAR]
org.springframework.data.neo4j.aspects.config
├─ org.springframework.data.neo4j.aspects.config.Neo4jAspectConfiguration.class - [JAR]
org.springframework.data.neo4j.aspects.support.relationship
├─ org.springframework.data.neo4j.aspects.support.relationship.Neo4jRelationshipBacking.class - [JAR]
org.springframework.data.neo4j.aspects.core
├─ org.springframework.data.neo4j.aspects.core.GraphBacked.class - [JAR]
├─ org.springframework.data.neo4j.aspects.core.NodeBacked.class - [JAR]
├─ org.springframework.data.neo4j.aspects.core.RelationshipBacked.class - [JAR]