All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.n2oapp.framework.access.metadata.schema.AccessContext Maven / Gradle / Ivy

There is a newer version: 7.28.1
Show newest version
package net.n2oapp.framework.access.metadata.schema;

import net.n2oapp.framework.config.metadata.compile.context.BaseCompileContext;

/**
 * Контекст схемы прав доступа
 */
public class AccessContext extends BaseCompileContext {
    public AccessContext(String sourceId) {
        super(sourceId, N2oAccessSchema.class, CompiledAccessSchema.class);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy