
com.venky.core.checkpoint.Checkpointable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common Show documentation
Show all versions of common Show documentation
Commonly used programming tasks in java
package com.venky.core.checkpoint;
public interface Checkpointable {
public M getCurrentValue();
public Checkpoint createCheckpoint();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy