
com.nfwork.dbfound.model.base.ParamsAware Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dbfound Show documentation
Show all versions of dbfound Show documentation
dbfound development platform
package com.nfwork.dbfound.model.base;
import java.util.Map;
import com.nfwork.dbfound.model.bean.Param;
public interface ParamsAware {
public void setParams(Map params);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy