Use yang-data-codec-binfmt
[controller.git] / opendaylight / md-sal / sal-clustering-commons / src / main / java / org / opendaylight / controller / cluster / datastore / node / utils / stream / NormalizedNodeDataInput.java
index 8d05061e63ac816af10af1306f1c18fe7d27c9cf..be391ef181a155447bf0d80520b674966e832af2 100644 (file)
@@ -24,7 +24,10 @@ import org.opendaylight.yangtools.yang.model.api.SchemaPath;
 /**
  * Interface for reading {@link NormalizedNode}s, {@link YangInstanceIdentifier}s, {@link PathArgument}s
  * and {@link SchemaPath}s.
+ *
+ * @deprecated Use {@link org.opendaylight.yangtools.yang.data.codec.binfmt.NormalizedNodeDataInput} instead.
  */
+@Deprecated(forRemoval = true)
 @Beta
 public interface NormalizedNodeDataInput extends DataInput {
     /**