protected void configure()

in src/main/java/com/googlesource/gerrit/plugins/refprotection/RefProtectionModule.java [32:35]


  protected void configure() {
    DynamicSet.bind(binder(), EventListener.class).to(RefUpdateListener.class);
    requestStaticInjection(BackupRef.class);
  }