All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.codemodder.XPathStreamProcessorModule Maven / Gradle / Ivy

There is a newer version: 0.98.6
Show newest version
package io.codemodder;

import com.google.inject.AbstractModule;

/** Binds the XPathStreamProcessor for codemods. */
final class XPathStreamProcessorModule extends AbstractModule {
  @Override
  protected void configure() {
    bind(XPathStreamProcessor.class).to(DefaultXPathStreamProcessor.class);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy