Add UnknownSchemaNodeMixin
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / UnknownSchemaNode.java
index 274c46597321cc6892f9f854e0589975639acfdc..1549a29775fe26e137e9773136ae8d59c10e4166 100644 (file)
@@ -39,6 +39,7 @@ public interface UnknownSchemaNode extends SchemaNode, AddedByUsesAware {
      *             world should be sufficient to ascertain its origin.
      */
     @Deprecated
+    // FIXME: 6.0.0: rename this to isAugmenting(), unifying this interface with CopyableNode
     boolean isAddedByAugmentation();
 
     /**