Bug 6874: [YANG 1.1] Allow "description" and "reference" in "import" and "include"
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / stmt / ImportStatement.java
index 5d1550fc6dd9cee1ea57df77e520f29d6787aba7..53781bffd32b0fd53a67d39114302cb1180434a1 100644 (file)
@@ -11,7 +11,7 @@ import javax.annotation.Nonnull;
 import javax.annotation.Nullable;
 import org.opendaylight.yangtools.yang.model.api.meta.DeclaredStatement;
 
-public interface ImportStatement extends DeclaredStatement<String> {
+public interface ImportStatement extends DeclaredStatement<String>, DocumentationGroup {
 
     @Nonnull String getModule();