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

net.guerlab.spring.commons.list.ReadDataListCommand Maven / Gradle / Ivy

package net.guerlab.spring.commons.list;

import java.util.List;

/**
 * 读取数据列表命令
 *
 * @author guer
 *
 * @param 
 *            参数类型
 */
@FunctionalInterface
public interface ReadDataListCommand {

    /**
     * 获取数据列表
     *
     * @return 数据列表
     */
    List getData();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy