Migrate OSGI compendium reference
[controller.git] / opendaylight / md-sal / sal-binding-api / src / main / java / org / opendaylight / controller / md / sal / binding / api / DataTreeIdentifier.java
index 94e1f8bfcb223329507de23cbfb05c48bbbf2204..8e7180aff8b3b151222ecca199d11658e5bb2b73 100644 (file)
@@ -20,7 +20,10 @@ import org.opendaylight.yangtools.yang.binding.InstanceIdentifier;
 /**
  * A unique identifier for a particular subtree. It is composed of the logical
  * data store type and the instance identifier of the root node.
+ *
+ * @deprecated Use {@link org.opendaylight.mdsal.binding.api.DataTreeIdentifier} instead.
  */
+@Deprecated(forRemoval = true)
 public final class DataTreeIdentifier<T extends DataObject> implements Immutable,
         Path<DataTreeIdentifier<?>>, Serializable {
     private static final long serialVersionUID = 1L;