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 antipatterns-1.0.0-beta1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.fluorumlabs.antipatterns.annotations
├─ com.github.fluorumlabs.antipatterns.annotations.ArgumentType.class - [JAR]
├─ com.github.fluorumlabs.antipatterns.annotations.Constructor.class - [JAR]
├─ com.github.fluorumlabs.antipatterns.annotations.DirectField.class - [JAR]
├─ com.github.fluorumlabs.antipatterns.annotations.ReturnType.class - [JAR]
├─ com.github.fluorumlabs.antipatterns.annotations.Static.class - [JAR]
├─ com.github.fluorumlabs.antipatterns.annotations.Super.class - [JAR]
├─ com.github.fluorumlabs.antipatterns.annotations.TargetClass.class - [JAR]
com.github.fluorumlabs.antipatterns
├─ com.github.fluorumlabs.antipatterns.AntiPatterns.class - [JAR]