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 kv-annotation-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.wrbug.kv.annotation
├─ com.wrbug.kv.annotation.KV.class - [JAR]
├─ com.wrbug.kv.annotation.KVAliasName.class - [JAR]
├─ com.wrbug.kv.annotation.KVApply.class - [JAR]
├─ com.wrbug.kv.annotation.KVClear.class - [JAR]
├─ com.wrbug.kv.annotation.KVCommit.class - [JAR]
├─ com.wrbug.kv.annotation.KVDataProvider.class - [JAR]
├─ com.wrbug.kv.annotation.KVGet.class - [JAR]
├─ com.wrbug.kv.annotation.KVMultiModule.class - [JAR]
├─ com.wrbug.kv.annotation.KVPut.class - [JAR]
├─ com.wrbug.kv.annotation.KVRemove.class - [JAR]