All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.venky.core.checkpoint.Checkpointable Maven / Gradle / Ivy

There is a newer version: 1.15
Show newest version
package com.venky.core.checkpoint;



public interface Checkpointable {
	public M getCurrentValue();
	public Checkpoint createCheckpoint();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy