Deprecate ManagedNewTransactionRunner et al.
[genius.git] / mdsalutil / mdsalutil-api / src / main / java / org / opendaylight / genius / infra / Datastore.java
index 847e6d469f6486dfeebfefbd3cce0790fcfc13cd..f95eef86f7eb547e73522c6ec7d95e8753248ee7 100644 (file)
@@ -11,7 +11,10 @@ import org.opendaylight.mdsal.common.api.LogicalDatastoreType;
 
 /**
  * Strongly-typed representation of a datastore (configuration or operational).
+ *
+ * @deprecated Use {@link org.opendaylight.mdsal.binding.util.Datastore} instead.
  */
+@Deprecated(forRemoval = true)
 public abstract class Datastore {
 
     /** Class representing the configuration datastore. */