com.github.tomschi.commons.data.dto.DataTransferObject Maven / Gradle / Ivy
package com.github.tomschi.commons.data.dto;
import com.github.tomschi.commons.data.DataObject;
/**
* The interface {@link DataTransferObject} is the base interface for
* all data transfer objects.
*
* @since 0.1.0
* @author Tomschi
*/
public interface DataTransferObject extends DataObject {
}