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 isis-core-interaction-2.0.0-M9.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.isis.core.interaction.session
├─ org.apache.isis.core.interaction.session.IsisInteraction.class - [JAR]
├─ org.apache.isis.core.interaction.session.MessageBrokerImpl.class - [JAR]
org.apache.isis.core.interaction.scope
├─ org.apache.isis.core.interaction.scope.InteractionScope.class - [JAR]
├─ org.apache.isis.core.interaction.scope.InteractionScopeBeanFactoryPostProcessor.class - [JAR]
├─ org.apache.isis.core.interaction.scope.InteractionScopeLifecycleHandler.class - [JAR]
├─ org.apache.isis.core.interaction.scope.TransactionBoundaryAware.class - [JAR]
org.apache.isis.core.interaction
├─ org.apache.isis.core.interaction.IsisModuleCoreInteraction.class - [JAR]
org.apache.isis.core.interaction.integration
├─ org.apache.isis.core.interaction.integration.InteractionAwareTransactionalBoundaryHandler.class - [JAR]