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 alligator-compiler-4.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
me.aartikov.alligator.annotations
├─ me.aartikov.alligator.annotations.RegisterScreen.class - [JAR]
me.aartikov.alligator
├─ me.aartikov.alligator.Screen.class - [JAR]
├─ me.aartikov.alligator.ScreenResult.class - [JAR]
me.aartikov.alligatorcompiler
├─ me.aartikov.alligatorcompiler.AlligatorCompiler.class - [JAR]
├─ me.aartikov.alligatorcompiler.NavigationFactoryGenerator.class - [JAR]
├─ me.aartikov.alligatorcompiler.ProcessingException.class - [JAR]
├─ me.aartikov.alligatorcompiler.ProcessingUtils.class - [JAR]
├─ me.aartikov.alligatorcompiler.RegistrationAnnotatedClass.class - [JAR]
├─ me.aartikov.alligatorcompiler.RegistrationAnnotatedClassCreator.class - [JAR]
├─ me.aartikov.alligatorcompiler.ScreenType.class - [JAR]