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 mg-togglz-2.6.1_1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.togglz.core
├─ org.togglz.core.Cache.class - [JAR]
├─ org.togglz.core.DefaultUserFeatureManager.class - [JAR]
├─ org.togglz.core.UserFeatureContext.class - [JAR]
├─ org.togglz.core.UserFeatureManager.class - [JAR]
org.togglz.core.strategy
├─ org.togglz.core.strategy.StreamedUserSwitchActivationStrategy.class - [JAR]
org.togglz.core.repository
├─ org.togglz.core.repository.CachingStateRepository.class - [JAR]
├─ org.togglz.core.repository.JDBCStreamedStateRepository.class - [JAR]
├─ org.togglz.core.repository.UserSwitchStateRepository.class - [JAR]
org.togglz.core.repository.featurestate
├─ org.togglz.core.repository.featurestate.StreamFeatureState.class - [JAR]