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 4e805f0fa6bfa488d3d50841b5e559e5f586eb34..8e7686cf3b72d0554d92a5547fef99d518498557 100644 (file)
@@ -7,5 +7,10 @@
  */\r
 package org.opendaylight.controller.yang.model.api;\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
+\r
 }\r