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 thallo-starter-alog-1.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.devocative.thallo.alog
├─ org.devocative.thallo.alog.MethodLogAspect.class - [JAR]
├─ org.devocative.thallo.alog.MethodLogProperties.class - [JAR]
├─ org.devocative.thallo.alog.StackTraceProcessor.class - [JAR]
org.devocative.thallo.alog.annotation
├─ org.devocative.thallo.alog.annotation.ELogMode.class - [JAR]
├─ org.devocative.thallo.alog.annotation.ELogPlace.class - [JAR]
├─ org.devocative.thallo.alog.annotation.EStackTraceLogType.class - [JAR]
├─ org.devocative.thallo.alog.annotation.LogIt.class - [JAR]
org.devocative.thallo.alog.autoconfigure
├─ org.devocative.thallo.alog.autoconfigure.CoreAutoConfiguration.class - [JAR]