All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commons.box.app.DataLabel Maven / Gradle / Ivy

The newest version!
package commons.box.app;

/**
 * 目标数据可以表示为标签
 */
public interface DataLabel {
    public String label();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy