Implemented ordering of yang module data nodes. Added Comparators utility class.
[controller.git] / opendaylight / sal / yang-prototype / yang / yang-model-api / src / main / java / org / opendaylight / controller / yang / model / api / NotificationDefinition.java
index 4e805f0fa6bfa488d3d50841b5e559e5f586eb34..b3e06777c5e8a7fe4ddc748f9cbeeeed9f2d88eb 100644 (file)
@@ -7,5 +7,10 @@
  */\r
 package org.opendaylight.controller.yang.model.api;\r
 \r
-public interface NotificationDefinition extends SchemaNode, DataNodeContainer {\r
+/**\r
+ * Interface describing YANG 'notification' statement. The notification\r
+ * statement is used to define a NETCONF notification.\r
+ */\r
+public interface NotificationDefinition extends SchemaNode, DataNodeContainer, AugmentationTarget {\r
+\r
 }\r