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 annotations-0.0.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.qiukeke.annotations.processors
├─ com.qiukeke.annotations.processors.UnImplementedProcessor.class - [JAR]
com.qiukeke.annotations
├─ com.qiukeke.annotations.AddTemporarilyForTest.class - [JAR]
├─ com.qiukeke.annotations.DoNotModify.class - [JAR]
├─ com.qiukeke.annotations.Fuck.class - [JAR]
├─ com.qiukeke.annotations.ItMayWorksButIAmNotSure.class - [JAR]
├─ com.qiukeke.annotations.ItWorksOnJavaVersion.class - [JAR]
├─ com.qiukeke.annotations.ItWorksOnMyComputer.class - [JAR]
├─ com.qiukeke.annotations.JavaVersionMustSatisfy.class - [JAR]
├─ com.qiukeke.annotations.MagicAndDoNotModifyIt.class - [JAR]
├─ com.qiukeke.annotations.PoweredBy.class - [JAR]
├─ com.qiukeke.annotations.ProudlyPoweredBy.class - [JAR]
├─ com.qiukeke.annotations.StrutsSucks.class - [JAR]
├─ com.qiukeke.annotations.Temp.class - [JAR]
├─ com.qiukeke.annotations.TestWhenDeveloping.class - [JAR]
├─ com.qiukeke.annotations.TestedBy.class - [JAR]
├─ com.qiukeke.annotations.TheCorrespodingSQLIs.class - [JAR]
├─ com.qiukeke.annotations.ThisCodeWasCreatedAt.class - [JAR]
├─ com.qiukeke.annotations.UnImplemented.class - [JAR]
├─ com.qiukeke.annotations.UnImplementedMethod.class - [JAR]
com.qiukeke.annotations.utils
├─ com.qiukeke.annotations.utils.AnnotationUtil.class - [JAR]
├─ com.qiukeke.annotations.utils.UnImplementedMethodUtil.class - [JAR]