com.netflix.governator.guice.ModuleTransformer Maven / Gradle / Ivy
package com.netflix.governator.guice;
import java.util.Collection;
import com.google.inject.Module;
/**
* Before creating the injector the modules are passed through a collection
* of filters that can filter out or modify bindings
*
* @author elandau
*
*/
public interface ModuleTransformer {
public Collection call(Collection modules);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy