Examples of UtilsModule


Examples of com.urswolfer.intellij.plugin.gerrit.util.UtilsModule

        bind(GerritToolWindow.class);
        bind(GerritCheckoutProvider.class);
        bind(GerritHttpAuthDataProvider.class);
        bind(GerritPushExtension.class);

        install(new UtilsModule());
        install(new GerritActionsModule());
        install(new GerritDiffModule());
        install(new GerritRestModule());
        install(new GerritUiModule());
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.