Package com.arcbees.appengine.mail.guice

Examples of com.arcbees.appengine.mail.guice.EmailModule


public class ServerModule extends AbstractModule {
    @Override
    protected void configure() {
        install(new RestModule());
        install(new EmailModule());
        install(new VelocityModule());
        install(new CrawlFilterModule());
        install(new UtilModule());
        install(new OrderModule());
        install(new DispatchServletModule());
View Full Code Here

TOP

Related Classes of com.arcbees.appengine.mail.guice.EmailModule

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.