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

com.github.tomschi.commons.data.model.ModelObject Maven / Gradle / Ivy

There is a newer version: 0.2.1
Show newest version
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 {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy