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 witch-annotations-0.5.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
se.snylt.witch.annotations
├─ se.snylt.witch.annotations.BindTo.class - [JAR]
├─ se.snylt.witch.annotations.BindToCompoundButton.class - [JAR]
├─ se.snylt.witch.annotations.BindToEditText.class - [JAR]
├─ se.snylt.witch.annotations.BindToImageView.class - [JAR]
├─ se.snylt.witch.annotations.BindToRecyclerView.class - [JAR]
├─ se.snylt.witch.annotations.BindToTextView.class - [JAR]
├─ se.snylt.witch.annotations.BindToView.class - [JAR]
├─ se.snylt.witch.annotations.BindToViewPager.class - [JAR]
├─ se.snylt.witch.annotations.BindWhen.class - [JAR]
├─ se.snylt.witch.annotations.Binds.class - [JAR]
├─ se.snylt.witch.annotations.OnBind.class - [JAR]
├─ se.snylt.witch.annotations.OnBindEach.class - [JAR]