org.butterfaces.component.html.feature.Label Maven / Gradle / Ivy
package org.butterfaces.component.html.feature;
/**
* Created by larmic on 22.01.15.
*/
public interface Label {
String getLabel();
}
package org.butterfaces.component.html.feature;
/**
* Created by larmic on 22.01.15.
*/
public interface Label {
String getLabel();
}