More javadocs added to yang-model-api.
[controller.git] / opendaylight / sal / yang-prototype / yang / yang-model-api / src / main / java / org / opendaylight / controller / yang / model / api / NotificationDefinition.java
index ecb25fcf7dc8e12e5c8a155807bf4a93e453bccd..8e7686cf3b72d0554d92a5547fef99d518498557 100644 (file)
@@ -7,8 +7,10 @@
  */\r
 package org.opendaylight.controller.yang.model.api;\r
 \r
-import java.util.Set;\r
-\r
+/**\r
+ * Interface describing YANG 'notification' statement. The\r
+ * notification statement is used to define a NETCONF notification.\r
+ */\r
 public interface NotificationDefinition extends SchemaNode, DataNodeContainer {\r
-    Set<UsesNode> getUses();\r
+\r
 }\r