Deprecate DOMDataTreeProducer-related classes
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / sharding / messages / ProducerCreated.java
index efdf55739be5feec9a438ab24baa847f2ecfbe99..afc9476c527ff2413401431f07227b9c9b825cd6 100644 (file)
@@ -18,6 +18,7 @@ import org.opendaylight.mdsal.dom.api.DOMDataTreeIdentifier;
  * attempt to create a producer on the local node.
  */
 @Beta
  * attempt to create a producer on the local node.
  */
 @Beta
+@Deprecated(forRemoval = true)
 public class ProducerCreated {
     private final Collection<DOMDataTreeIdentifier> subtrees;
 
 public class ProducerCreated {
     private final Collection<DOMDataTreeIdentifier> subtrees;