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

com.aconex.scrutineer.IdAndVersion Maven / Gradle / Ivy

package com.aconex.scrutineer;

import java.io.IOException;
import java.io.ObjectOutputStream;

public interface IdAndVersion extends Comparable {

	String getId();

	long getVersion();

	void writeToStream(ObjectOutputStream objectOutputStream) throws IOException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy