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 / TransactionCommitDeadlockException.java
index ca4b4f0eab7ab1c487541fcc391aa0c01e822877..f7b61026511c47860bb167d2a5dcad59e48be5a6 100644 (file)
@@ -24,7 +24,7 @@ import org.opendaylight.yangtools.yang.common.RpcResultBuilder;
  *
  * @deprecated Use {@link org.opendaylight.mdsal.common.api.TransactionCommitDeadlockException} instead.
  */
-@Deprecated
+@Deprecated(forRemoval = true)
 public class TransactionCommitDeadlockException extends TransactionCommitFailedException {
     private static final long serialVersionUID = 1L;
     private static final String DEADLOCK_MESSAGE =