![JAR search and dependency download from the Maven repository](/logo.png)
net.n2oapp.framework.api.metadata.aware.ContextClassAware Maven / Gradle / Ivy
package net.n2oapp.framework.api.metadata.aware;
import net.n2oapp.framework.api.metadata.compile.CompileContext;
/**
* Знание о классе контекста сборки метаданной
*/
public interface ContextClassAware {
Class extends CompileContext, ?>> getContextClass();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy