Split Restconf implementations (draft02 and RFC) - move
[netconf.git] / restconf / restconf-nb-bierman02 / src / main / java / org / opendaylight / restconf / parser / builder / YangInstanceIdentifierSerializer.java
index 75bd7322c655a9075a40d11e6f2bb9db7d8e5a0e..0f59274e59f718ce8ea34541cf5d775e5f16514f 100644 (file)
@@ -27,7 +27,10 @@ import org.opendaylight.yangtools.yang.model.api.SchemaContext;
 
 /**
  * Serializer for {@link YangInstanceIdentifier} to {@link String} for restconf.
+ *
+ * @deprecated move to splitted module restconf-nb-rfc8040
  */
+@Deprecated
 public final class YangInstanceIdentifierSerializer {
 
     private YangInstanceIdentifierSerializer() {