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

develop.toolkit.base.components.EntitySign Maven / Gradle / Ivy

There is a newer version: 1.0.6
Show newest version
package develop.toolkit.base.components;

/**
 * 实体记号接口
 *
 * @author qiushui on 2018-05-29.
 */
public interface EntitySign {

    /**
     * 识别名
     *
     * @return 识别名
     */
    K key();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy