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

net.israfil.service.mail.MailServiceModule Maven / Gradle / Ivy

The newest version!
package net.israfil.service.mail;

import org.apache.tapestry5.ioc.ServiceBinder;

public class MailServiceModule {

    public static void bind(ServiceBinder binder) {
    	binder.bind(MailService.class, MailEngineImpl.class);
    }
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy