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 94d21f5fd6bb02736a360592dc6826a3c70e4ae4..7c338b9de340ef89f952840698eac248083557c3 100644 (file)
@@ -12,7 +12,9 @@ import org.opendaylight.yangtools.concepts.Path;
 /**
  * Interface for creating transaction chains.
  */
+@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