Peel MustConstraintAware from ConstraintDefinition
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / ListSchemaNode.java
index 84cd1e79212f9f8b5b38bf44443cb5938e289830..c9731e9eda370a73305a69d3675b11d97f3b3f3b 100644 (file)
@@ -20,7 +20,7 @@ import org.opendaylight.yangtools.yang.common.QName;
  * by the values of the list's keys, if defined.
  */
 public interface ListSchemaNode extends DataNodeContainer, AugmentationTarget, DataSchemaNode,
-        NotificationNodeContainer, ActionNodeContainer {
+        NotificationNodeContainer, ActionNodeContainer, MustConstraintAware {
     /**
      * Returns the list of leaf identifiers.
      *