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 litho-sections-annotations-0.47.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.facebook.litho.sections.annotations
├─ com.facebook.litho.sections.annotations.DiffSectionSpec.class - [JAR]
├─ com.facebook.litho.sections.annotations.GroupSectionSpec.class - [JAR]
├─ com.facebook.litho.sections.annotations.OnBindService.class - [JAR]
├─ com.facebook.litho.sections.annotations.OnCreateChildren.class - [JAR]
├─ com.facebook.litho.sections.annotations.OnCreateService.class - [JAR]
├─ com.facebook.litho.sections.annotations.OnDataBound.class - [JAR]
├─ com.facebook.litho.sections.annotations.OnDataRendered.class - [JAR]
├─ com.facebook.litho.sections.annotations.OnDiff.class - [JAR]
├─ com.facebook.litho.sections.annotations.OnRefresh.class - [JAR]
├─ com.facebook.litho.sections.annotations.OnUnbindService.class - [JAR]
├─ com.facebook.litho.sections.annotations.OnVerifyChangeSet.class - [JAR]
├─ com.facebook.litho.sections.annotations.OnViewportChanged.class - [JAR]