Deprecate old MD-SAL APIs for removal
[controller.git] / opendaylight / md-sal / sal-binding-api / src / main / java / org / opendaylight / controller / md / sal / binding / api / WriteTransaction.java
index 3c4591a0a34e0cd619b3fd68ac75560ed774d172..f23466a8293bbdfb5aad31552b3f780fe42977a7 100644 (file)
@@ -20,7 +20,7 @@ import org.opendaylight.yangtools.yang.binding.InstanceIdentifier;
  *
  * @deprecated Use {@link org.opendaylight.mdsal.binding.api.WriteTransaction} instead.
  */
-@Deprecated
+@Deprecated(forRemoval = true)
 public interface WriteTransaction extends AsyncWriteTransaction<InstanceIdentifier<?>, DataObject> {
     /**
      * Stores a piece of data at the specified path. This acts as an add / replace operation, which is to say that whole