com.github.datalking.context.ResourceLoaderAware Maven / Gradle / Ivy
package com.github.datalking.context;
import com.github.datalking.beans.factory.Aware;
import com.github.datalking.io.ResourceLoader;
/**
* @author yaoo on 5/28/18
*/
public interface ResourceLoaderAware extends Aware {
void setResourceLoader(ResourceLoader resourceLoader);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy