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

com.github.ibole.infrastructure.common.dto.TransferObject Maven / Gradle / Ivy

The newest version!
package com.github.ibole.infrastructure.common.dto;

import java.io.Serializable;

/**
 * Tagging interface that any concrete transfer object must implement. Unless
 * otherwise stated any property of a transfer object may accept and return
 * {@code null}; and collections should never be {@code null} but might
 * be empty. At best a transfer object should be immutable.
 * 
 */
public interface TransferObject extends Serializable {
    // Tagging interface
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy