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 470e6110047adb93014455ae679dc8126b7e1dd3..7c338b9de340ef89f952840698eac248083557c3 100644 (file)
@@ -12,6 +12,7 @@ import org.opendaylight.yangtools.concepts.Path;
 /**
  * Interface for creating transaction chains.
  */
+@Deprecated
 public interface TransactionChainFactory<P extends Path<P>, D> {
 
     /**