
com.activitystream.sdk.utilities.Labeled Maven / Gradle / Ivy
package com.activitystream.sdk.utilities;
/**
* Giving the label to the arbitrary objects
*
* @author ivan
*/
public interface Labeled {
String getLabel();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy