Deprecate CopyableNode at al.
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / SchemaContext.java
index 50311a1c5e163fea1a93f52112b4d3533adf242f..9a5c88593c2b9a155fcefb8fb2b65f05a5493eee 100644 (file)
@@ -28,6 +28,8 @@ import org.opendaylight.yangtools.yang.common.Revision;
  * environment is safe.
  */
 @Immutable
+// FIXME: 3.0.0: ContainerSchemaNode is far too broad. A combination of DataNodeContainer, NotificationNodeContainer
+//               and possibly DataSchemaNode would reflect SchemaContext traits better.
 public interface SchemaContext extends ContainerSchemaNode {
     /**
      * QName of NETCONF top-level data node.