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

com.jpattern.service.mail.IMailService Maven / Gradle / Ivy

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

import com.jpattern.core.IService;

/**
 * 
 * @author Francesco Cina'
 *
 * 12/ago/2010
 */
public interface IMailService extends IService {

	IMailSender mailSender();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy