Cleanup checkstyle in yang-{data,model}-api
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / ContainerSchemaNode.java
index 3f0f330413c07badf31b9e50d85d779ad3121e5c..bb7d8bd5e0f66b330699f898edb4dd5ff3754d50 100644 (file)
@@ -7,7 +7,6 @@
  */
 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
@@ -15,9 +14,10 @@ package org.opendaylight.yangtools.yang.model.api;
  * configuration has an explicit meaning.
  */
 public interface ContainerSchemaNode extends DataNodeContainer,
-        AugmentationTarget, DataSchemaNode {
-
+        AugmentationTarget, DataSchemaNode, NotificationNodeContainer, ActionNodeContainer {
     /**
+     * Returns true if this container is marked as presence.
+     *
      * @return true, if presence of this container has an explicit meaning,
      *         false otherwise
      */