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

com.github.houbb.web.common.dto.option.IOption Maven / Gradle / Ivy

There is a newer version: 0.0.6
Show newest version
package com.github.houbb.web.common.dto.option;

import java.io.Serializable;

/**
 * @author binbin.hou
 * @since 0.0.1
 */
public interface IOption extends Serializable {

    /**
     * @since 0.0.1
     * @return key
     */
    String getKey();

    /**
     * @since 0.0.1
     * @return label
     */
    String getLabel();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy