private boolean _publishRest = true;
@Override
public void init(final ComponentRepository repo, final LinkedHashMap<String, String> configuration) {
final FunctionCostsMaster master = new InMemoryFunctionCostsMaster();
final ComponentInfo info = new ComponentInfo(FunctionCostsMaster.class, getClassifier());
info.addAttribute(ComponentInfoAttributes.LEVEL, 1);
info.addAttribute(ComponentInfoAttributes.REMOTE_CLIENT_JAVA, RemoteFunctionCostsMaster.class);
repo.registerComponent(info, master);