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

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