ru.fix.aggregating.profiler.engine.AutoLabelStickerable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aggregating-profiler Show documentation
Show all versions of aggregating-profiler Show documentation
https://github.com/ru-fix/aggregating-profiler
package ru.fix.aggregating.profiler.engine;
import java.util.Map;
public interface AutoLabelStickerable {
void setAutoLabel(String name, String value);
Map getAutoLabels();
}