cn.featherfly.common.model.Label Maven / Gradle / Ivy
/*
* All rights Reserved, Designed By zhongj
* @Title: Label.java
* @Package cn.featherfly.common.model
* @Description: Value
* @author: zhongj
* @date: 2021-11-30 18:24:30
* @Copyright: 2021 www.featherfly.cn Inc. All rights reserved.
*/
package cn.featherfly.common.model;
/**
* Label.
*
* @author zhongj
*/
public interface Label {
/**
* Label.
*
* @return the string
*/
String label();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy