![JAR search and dependency download from the Maven repository](/logo.png)
nyla.solutions.global.patterns.notification.data.ProducerEndPoint Maven / Gradle / Ivy
package nyla.solutions.global.patterns.notification.data;
import java.io.Serializable;
/**
*
* ProducerEndPoint implement of EndPointAbstract
*
* @author Gregory Green
* @version 1.0
*/
public class ProducerEndPoint extends EndPointAbstract implements Serializable
{
/**
* Comment for serialVersionUID
*/
private static final long serialVersionUID = 6294480035952472708L;
/**
* Constructor for ProducerEndPoint initalizes internal
* data settings.
*
*/
public ProducerEndPoint()
{
super();
}//--------------------------------------------
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy