Deprecate ask-based protocol messages
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / modification / MutableCompositeModification.java
index 33a5b7b485ace6e5c16292da6da1ea5b5b02ed46..26e049089ed32782c9f35f600cdc1bf70cff509d 100644 (file)
@@ -28,6 +28,7 @@ import org.opendaylight.yangtools.yang.data.tree.api.DataTreeModification;
 /**
  * MutableCompositeModification is just a mutable version of a CompositeModification.
  */
+@Deprecated(since = "9.0.0", forRemoval = true)
 public class MutableCompositeModification extends VersionedExternalizableMessage implements CompositeModification {
     private static final long serialVersionUID = 1L;