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 java8-utils-0.4.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.nill14.utils.java8.stream
├─ com.github.nill14.utils.java8.stream.CollectorImpl.class - [JAR]
├─ com.github.nill14.utils.java8.stream.ExecutorUtils.class - [JAR]
├─ com.github.nill14.utils.java8.stream.GuavaCollectors.class - [JAR]
├─ com.github.nill14.utils.java8.stream.StreamUtils.class - [JAR]
com.github.nill14.utils.annotation
├─ com.github.nill14.utils.annotation.Experimental.class - [JAR]
com.github.nill14.utils.exception
├─ com.github.nill14.utils.exception.StackTraceParser.class - [JAR]