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 trace-log-core-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
help.lixin.core.log
├─ help.lixin.core.log.ILogEntryHandlerService.class - [JAR]
├─ help.lixin.core.log.ILogPublishService.class - [JAR]
├─ help.lixin.core.log.Log.class - [JAR]
help.lixin.core.log.store
├─ help.lixin.core.log.store.ILogEntryStoreService.class - [JAR]
help.lixin.core.log.interceptor
├─ help.lixin.core.log.interceptor.ILogEntryPublishInterceptor.class - [JAR]
help.lixin.core.log.store.dto
├─ help.lixin.core.log.store.dto.ProcessInstanceLogDTO.class - [JAR]
├─ help.lixin.core.log.store.dto.ProcessInstanceLogInfo.class - [JAR]
├─ help.lixin.core.log.store.dto.QueryLogEntryDTO.class - [JAR]