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

com.parisesoftware.commons.http.dto.IDataTransferObject.groovy Maven / Gradle / Ivy

The newest version!
package com.parisesoftware.commons.http.dto

import com.parisesoftware.commons.http.notification.Notification

/**
 * 

Data Transfer Object

*

* DTO Supertype - * provides general functionality to create and access the Notification *

* * @since 1.0 * @version 1.0 */ interface IDataTransferObject { /** * Fetch the Notification Instance * @return {@code Notification} */ Notification getNotification() }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy