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

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