Package org.candlepin.guice

Examples of org.candlepin.guice.CandlepinSingletonScope$CandlepinSingletonScopeData


    private TestingInterceptor authMethodInterceptor;

    @Override
    public void configure() {
        CandlepinSingletonScope singletonScope = new CandlepinSingletonScope();
        bindScope(CandlepinSingletonScoped.class, singletonScope);
        bind(CandlepinSingletonScope.class).toInstance(singletonScope);

        bind(BeanValidationEventListener.class).toProvider(ValidationListenerProvider.class);
        bind(MessageInterpolator.class).to(CandlepinMessageInterpolator.class);
View Full Code Here

TOP

Related Classes of org.candlepin.guice.CandlepinSingletonScope$CandlepinSingletonScopeData

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.