Propagate @Nonnull and @Nullable annotations
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / ContainerSchemaNode.java
index 4a2473cd8dc451187b52db9e92e1f36646d1bb56..e7ebc0e186bf40ad265ead77c7e29664d7479daf 100644 (file)
@@ -7,6 +7,7 @@
  */
 package org.opendaylight.yangtools.yang.model.api;
 
+
 /**
  * The ContainerSchemaNode is used to define an interior data node in the schema
  * tree. There are two styles of containers, those that exist only for
@@ -14,7 +15,7 @@ package org.opendaylight.yangtools.yang.model.api;
  * configuration has an explicit meaning.
  */
 public interface ContainerSchemaNode extends DataNodeContainer,
-        AugmentationTarget, DataSchemaNode {
+        AugmentationTarget, DataSchemaNode, NotificationNodeContainer, ActionNodeContainer {
 
     /**
      * @return true, if presence of this container has an explicit meaning,