
com.nfwork.dbfound.model.base.ContextAware 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 com.nfwork.dbfound.core.Context;
public interface ContextAware {
public void setContext(Context context);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy