package eu.eudat.utilities.helpers; /** * Created by ikalyvas on 12/19/2017. */ public interface LabelGenerator { String generateLabel(); }