
ru.fix.aggregating.profiler.engine.AutoLabelStickerable Maven / Gradle / Ivy
package ru.fix.aggregating.profiler.engine;
import java.util.Map;
public interface AutoLabelStickerable {
void setAutoLabel(String name, String value);
Map getAutoLabels();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy