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

com.github.tomschi.commons.data.DataObject Maven / Gradle / Ivy

There is a newer version: 0.2.1
Show newest version
package com.github.tomschi.commons.data;

import java.io.Serializable;

/**
 * The interface {@link DataObject} is the base interface for
 * all data based objects.
 *
 * @since 0.1.2
 * @author Tomschi
 */
public interface DataObject extends Serializable {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy