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 / TransactionChainClosedException.java
index 70bbbae70142e73e2648b833c5792e8d6f1852ab..e2d8fa0011c595136a4f188bf712a55e6edbe631 100644 (file)
@@ -10,7 +10,7 @@ package org.opendaylight.controller.md.sal.common.api.data;
 /**
  * Exception thrown when an attempt is made to open a new transaction in a closed chain.
  */
-@Deprecated
+@Deprecated(forRemoval = true)
 public final class TransactionChainClosedException extends IllegalStateException {
     private static final long serialVersionUID = 1L;