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 / ReadTransaction.java
index c1efcce02c12dbaa0606a8d3482fe405b50ab499..5dad4917541c3c24e4db9aae478feb101d5198d8 100644 (file)
@@ -26,7 +26,7 @@ import org.opendaylight.yangtools.yang.binding.InstanceIdentifier;
  *
  * @deprecated Use {@link org.opendaylight.mdsal.binding.api.ReadTransaction} instead.
  */
-@Deprecated
+@Deprecated(forRemoval = true)
 public interface ReadTransaction extends AsyncReadTransaction<InstanceIdentifier<?>, DataObject> {
     /**
      * Reads data from the provided logical data store located at the provided path.