Package org.candlepin.gutterball.guice

Examples of org.candlepin.gutterball.guice.GutterballServletModule


            @Override
            protected void configure() {
                bind(Configuration.class).toInstance(config);
            }
        });
        modules.add(new GutterballServletModule());
        modules.add(new GutterballModule(config));

        return modules;
    }
View Full Code Here

TOP

Related Classes of org.candlepin.gutterball.guice.GutterballServletModule

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.