Seal ModelStatement
[yangtools.git] / model / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / meta / EffectiveStatement.java
index 42b8daf03dca54278d3b93f519f7837f039db5fe..019034ffbd2f5f0d402b1c48c6b7f3699375420c 100644 (file)
@@ -22,7 +22,7 @@ import org.opendaylight.yangtools.yang.common.Empty;
  * @param <A> Argument type ({@link Empty} if statement does not have argument.)
  * @param <D> Class representing declared version of this statement.
  */
-public interface EffectiveStatement<A, D extends DeclaredStatement<A>> extends ModelStatement<A> {
+public non-sealed interface EffectiveStatement<A, D extends DeclaredStatement<A>> extends ModelStatement<A> {
     /**
      * Returns {@link StatementOrigin}, which denotes if statement was explicitly declared in original model or inferred
      * during semantic processing of model.