com.github.tomschi.commons.data.model.ModelObject Maven / Gradle / Ivy
package com.github.tomschi.commons.data.model;
import java.io.Serializable;
/**
* The interface {@link ModelObject} is the base interface for model
* objects.
*
* @author Tomschi
* @since 0.1.2
*/
public interface ModelObject extends Serializable {
}