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

com.github.tomschi.commons.data.dto.DataTransferObject Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy