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