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

com.jpattern.service.mail.message.Recipient Maven / Gradle / Ivy

There is a newer version: 3.6.2
Show newest version
package com.jpattern.service.mail.message;


/**
 * 
 * @author Claudio Quaresima - [email protected] - 01/set/09 20:46:35
 *
 * @version $Id$
 */
public class Recipient  extends ARecipient{

    /**
	 * 
	 */
	private static final long serialVersionUID = 1L;

	public Recipient(String aRecipient) {
            super(aRecipient);
    }
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy