public interface Interpreter<K, I> {
}
package org.nanotek.lucene.index.manage;
import org.nanotek.util.Interpreter;
public class ConfiguratorInterpreter<K,I> implements Interpreter <K,I>{
public ConfiguratorInterpreter() {
}
public I configure(K params){
return null;
}
}