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

develop.framework.commons.components.EntitySign Maven / Gradle / Ivy

The newest version!
package develop.framework.commons.components;

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy