Deprecate DOMDataTreeProducer-related classes
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / sharding / messages / InitConfigListener.java
index fbdf3f8a4d075c127ef1d68b3e3efc92421fe7e1..9970e0591cb2b58084657a89630689ae74a311c4 100644 (file)
@@ -12,6 +12,7 @@ package org.opendaylight.controller.cluster.sharding.messages;
  * Message sent to the local ShardManager, once the shard configuration shard is ready and the ShardManager should
  * start its listener.
  */
+@Deprecated(forRemoval = true)
 public final class InitConfigListener {
 
     public static final InitConfigListener INSTANCE = new InitConfigListener();