* @author Thomas Forrer
*/
public class GerritUiModule extends AbstractModule {
@Override
protected void configure() {
install(new GerritFilterModule());
bind(GerritSelectRevisionInfoColumn.class);
Multibinder<GerritChangeNodeDecorator> decorators = Multibinder.newSetBinder(binder(), GerritChangeNodeDecorator.class);
decorators.addBinding().to(GerritCommentCountChangeNodeDecorator.class);
bind(RepositoryChangesBrowserProvider.class);
bind(SettingsPanel.class);