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

cn.featherfly.common.policy.WhiteListPolicy Maven / Gradle / Ivy


package cn.featherfly.common.policy;

import java.util.List;


/**
 * 

* 白名单策略 *

* @param 需要判断的类型 * @author 钟冀 */ public interface WhiteListPolicy extends AllowPolicy{ /** *

* 设置策略 *

* @param whiteList 策略 */ void setWhiteList(List whiteList); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy