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

net.anotheria.anodoc.data.IPlainDataObject Maven / Gradle / Ivy

package net.anotheria.anodoc.data;

import java.io.Serializable;

/**
 * This interface represents a single data container
 * which doesn't have undelying objects.
 *
 * @see net.anotheria.anodoc.data.ICompositeDataObject
 * @see net.anotheria.anodoc.data.IBasicStoreableObject
 * @since 1.0
 * @author another
 * @version $Id: $Id
 */
public interface IPlainDataObject extends Serializable, IBasicStoreableObject{
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy