Deprecate all MD-SAL APIs
[controller.git] / opendaylight / md-sal / sal-common-api / src / main / java / org / opendaylight / controller / md / sal / common / api / data / TransactionChainFactory.java
index 4e7e12e0a15e3c5060a59eff76c35d9896ff00eb..7c338b9de340ef89f952840698eac248083557c3 100644 (file)
@@ -7,10 +7,14 @@
  */
 package org.opendaylight.controller.md.sal.common.api.data;
 
+import org.opendaylight.yangtools.concepts.Path;
+
 /**
  * Interface for creating transaction chains.
  */
-public interface TransactionChainFactory<P/* extends Path<P> */, D> {
+@Deprecated
+public interface TransactionChainFactory<P extends Path<P>, D> {
+
     /**
      * Create a new transaction chain. The chain will be initialized to read
      * from its backing datastore, with no outstanding transaction. Listener