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 common-note-server-0.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.fivefaces.note.search.finder
├─ com.fivefaces.note.search.finder.NoteResourceFinder.class - [JAR]
com.fivefaces.note.search.specification
├─ com.fivefaces.note.search.specification.NoteSpecification.class - [JAR]
com.fivefaces.note.config
├─ com.fivefaces.note.config.NoteConfiguration.class - [JAR]
com.fivefaces.note.repository
├─ com.fivefaces.note.repository.NoteRepo.class - [JAR]
com.fivefaces.note.service.impl
├─ com.fivefaces.note.service.impl.NoteServiceImpl.class - [JAR]
com.fivefaces.note.service
├─ com.fivefaces.note.service.NoteService.class - [JAR]
com.fivefaces.note.entity
├─ com.fivefaces.note.entity.NoteAssociationEntity.class - [JAR]
├─ com.fivefaces.note.entity.NoteAttachmentEntity.class - [JAR]
├─ com.fivefaces.note.entity.NoteEntity.class - [JAR]
com.fivefaces
├─ com.fivefaces.NoteApplication.class - [JAR]