![JAR search and dependency download from the Maven repository](/logo.png)
org.multiverse.stms.AbstractTransactionSnapshot Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of multiverse-core Show documentation
Show all versions of multiverse-core Show documentation
Contains the core interfaces/classes of the Multiverse project. So no STM implementations
package org.multiverse.stms;
import org.multiverse.api.lifecycle.TransactionLifecycleListener;
public abstract class AbstractTransactionSnapshot {
protected TransactionLifecycleListener tasks;
protected AbstractTransactionSnapshot parent;
public abstract void restore();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy