Populate SubmoduleEffectiveModule with import namespaces
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / stmt / SubmoduleEffectiveStatement.java
index 79c95a82991483aa923c34d15a5f8b8016eb3d5b..953285a96acd4a975713dbc00179543b85791297 100644 (file)
@@ -10,6 +10,11 @@ package org.opendaylight.yangtools.yang.model.api.stmt;
 import com.google.common.annotations.Beta;
 import org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement;
 
+/**
+ * Representation of {@code submodule} statement. Note that implementations of this interface are required to provide
+ * {@link ModuleEffectiveStatement.PrefixToEffectiveModuleNamespace} and
+ * {@link ModuleEffectiveStatement.QNameModuleToPrefixNamespace} namespaces.
+ */
 @Beta
 public interface SubmoduleEffectiveStatement extends EffectiveStatement<String, SubmoduleStatement> {