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 / TransactionChain.java
index f30472fe3d43a613d1d8fbf1893d277c325f03bb..68e8dbf4d97a9759e9880b41f060de27b9f319e1 100644 (file)
@@ -43,7 +43,7 @@ import org.opendaylight.yangtools.concepts.Path;
  * and leads to expected behavior: t2 will always see the data written in t1
  * present.
  */
-@Deprecated
+@Deprecated(forRemoval = true)
 public interface TransactionChain<P extends Path<P>, D> extends AutoCloseable, AsyncDataTransactionFactory<P, D> {
 
     /**