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 redwood-modifiers-jvm-0.4.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
app.cash.redwood.layout.modifier
├─ app.cash.redwood.layout.modifier.Grow.class - [JAR]
├─ app.cash.redwood.layout.modifier.HorizontalAlignment.class - [JAR]
├─ app.cash.redwood.layout.modifier.Margin.class - [JAR]
├─ app.cash.redwood.layout.modifier.Shrink.class - [JAR]
├─ app.cash.redwood.layout.modifier.VerticalAlignment.class - [JAR]