X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-parser-spi%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fyangtools%2Fyang%2Fparser%2Fspi%2FSchemaNodeIdentifierNamespace.java;h=eadda2e485f9a8a79e1bef409215b30a206ed296;hb=a32b7777aa314eb03cce365b1abd0893bfb23e74;hp=cbed70ad848d6532e661447d83e0c003cd56fb3d;hpb=0c36ede686ca811549ac31245eba580163a0ab53;p=yangtools.git diff --git a/yang/yang-parser-spi/src/main/java/org/opendaylight/yangtools/yang/parser/spi/SchemaNodeIdentifierNamespace.java b/yang/yang-parser-spi/src/main/java/org/opendaylight/yangtools/yang/parser/spi/SchemaNodeIdentifierNamespace.java index cbed70ad84..eadda2e485 100644 --- a/yang/yang-parser-spi/src/main/java/org/opendaylight/yangtools/yang/parser/spi/SchemaNodeIdentifierNamespace.java +++ b/yang/yang-parser-spi/src/main/java/org/opendaylight/yangtools/yang/parser/spi/SchemaNodeIdentifierNamespace.java @@ -20,7 +20,10 @@ import org.opendaylight.yangtools.yang.parser.spi.meta.StatementNamespace.TreeBa *

* 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, EffectiveStatement>> {