Deprecate all MD-SAL APIs
[controller.git] / opendaylight / md-sal / sal-common-api / src / main / java / org / opendaylight / controller / md / sal / common / api / data / TransactionChainListener.java
index 52b0812736af1f236c292b28eefe9fe51db1245c..3f3fdf918fdf6ca37807dbad71630a959030ab35 100644 (file)
@@ -12,6 +12,7 @@ import java.util.EventListener;
 /**
  * Listener for transaction chain events.
  */
+@Deprecated
 public interface TransactionChainListener extends EventListener {
     /**
      * Invoked if when a transaction in the chain fails. All other transactions are automatically cancelled by the time