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 toolkit-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.tanyaofei.toolkit.snowflake
├─ io.github.tanyaofei.toolkit.snowflake.Sequence.class - [JAR]
├─ io.github.tanyaofei.toolkit.snowflake.Snowflake.class - [JAR]
├─ io.github.tanyaofei.toolkit.snowflake.SystemClock.class - [JAR]
io.github.tanyaofei.toolkit.lambda
├─ io.github.tanyaofei.toolkit.lambda.Lambda.class - [JAR]
├─ io.github.tanyaofei.toolkit.lambda.LambdaUtils.class - [JAR]
├─ io.github.tanyaofei.toolkit.lambda.SerializationUtils.class - [JAR]
├─ io.github.tanyaofei.toolkit.lambda.SerializedLambda.class - [JAR]