cn.featherfly.common.model.Value Maven / Gradle / Ivy
/*
* All rights Reserved, Designed By zhongj
* @Title: Value.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;
import java.io.Serializable;
/**
* Value.
*
* @author zhongj
* @param the value type
*/
public interface Value extends Serializable {
/**
* Value.
*
* @return the v
*/
V value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy