Graduate ChildSchemaNodeNamespace as SchemaTreeNamespace
[yangtools.git] / yang / yang-parser-spi / src / main / java / org / opendaylight / yangtools / yang / parser / spi / SchemaNodeIdentifierNamespace.java
index cbed70ad848d6532e661447d83e0c003cd56fb3d..eadda2e485f9a8a79e1bef409215b30a206ed296 100644 (file)
@@ -20,7 +20,10 @@ import org.opendaylight.yangtools.yang.parser.spi.meta.StatementNamespace.TreeBa
  * <p>
  * This namespace is scoped to the parent node or module, unless the parent node is a case node. In that case,
  * the namespace is scoped to the closest ancestor node that is not a case or choice node.
+ *
+ * @deprecated This namespace was never implemented. Its purpose is generalized in {@link SchemaTreeNamespace}.
  */
+@Deprecated(forRemoval = true)
 public interface SchemaNodeIdentifierNamespace
     extends TreeBased<SchemaNodeIdentifier, DeclaredStatement<?>, EffectiveStatement<?, DeclaredStatement<?>>> {