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 / FeatureDefinition.java
index efd0e18d1877da9fc310d6ae5bd1c8b390f191e7..a6d6331aae75b259108ee8f00f1bff66083268c5 100644 (file)
@@ -7,6 +7,14 @@
  */\r
 package org.opendaylight.controller.yang.model.api;\r
 \r
+/**\r
+ * Interface describing YANG 'feature' statement.\r
+ * <p>\r
+ * The feature statement is used to define a mechanism by which portions of the\r
+ * schema are marked as conditional. A feature name can later be referenced\r
+ * using the 'if-feature' statement.\r
+ * </p>\r
+ */\r
 public interface FeatureDefinition extends SchemaNode {\r
 \r
 }\r