com.github.ibole.infrastructure.common.dto.TransferObject Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of infrastructure-all Show documentation
Show all versions of infrastructure-all Show documentation
The all in one project of ibole infrastructure
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