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 rewrite-integration-faces-annotations-2.0.0.Alpha5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.ocpsoft.rewrite.faces.annotation.handler
├─ org.ocpsoft.rewrite.faces.annotation.handler.DeferredConverter.class - [JAR]
├─ org.ocpsoft.rewrite.faces.annotation.handler.DeferredHandler.class - [JAR]
├─ org.ocpsoft.rewrite.faces.annotation.handler.DeferredValidator.class - [JAR]
├─ org.ocpsoft.rewrite.faces.annotation.handler.IgnorePostbackHandler.class - [JAR]
org.ocpsoft.rewrite.faces.annotation
├─ org.ocpsoft.rewrite.faces.annotation.Deferred.class - [JAR]
├─ org.ocpsoft.rewrite.faces.annotation.IgnorePostback.class - [JAR]
├─ org.ocpsoft.rewrite.faces.annotation.Phase.class - [JAR]
org.ocpsoft.rewrite.faces.annotation.config
├─ org.ocpsoft.rewrite.faces.annotation.config.IgnorePostbackBinding.class - [JAR]
├─ org.ocpsoft.rewrite.faces.annotation.config.IgnorePostbackOperation.class - [JAR]