![JAR search and dependency download from the Maven repository](/logo.png)
net.n2oapp.framework.api.metadata.aware.SourceClassAware Maven / Gradle / Ivy
package net.n2oapp.framework.api.metadata.aware;
import net.n2oapp.framework.api.metadata.Source;
/**
* Знание о классе исходной метаданной*
*/
public interface SourceClassAware {
/**
* Получить класс исходной метаданной
* @return Класс исходной метаданной
*/
Class extends Source> getSourceClass();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy