package bo.gotthardt.email; /** * @author Bo Gotthardt */ public interface HasEmailServiceConfiguration { EmailServiceConfiguration getEmail(); }