Fix odl-config-persister
[controller.git] / opendaylight / md-sal / sal-dom-broker / src / main / java / org / opendaylight / controller / md / sal / dom / broker / impl / ShardRegistration.java
index 9a710899460f8d19fe8e71f269333c0467f47651..99ae3086f5259a8dcf82fedb5d6400bf6c4c15cd 100644 (file)
@@ -12,6 +12,12 @@ import org.opendaylight.controller.md.sal.dom.api.DOMDataTreeIdentifier;
 import org.opendaylight.controller.md.sal.dom.api.DOMDataTreeShard;
 import org.opendaylight.yangtools.concepts.AbstractListenerRegistration;
 
+/**
+ * ShardRegistration.
+ *
+ * @deprecated To be removed with {@link ShardedDOMDataTree}.
+ */
+@Deprecated
 final class ShardRegistration<T extends DOMDataTreeShard> extends AbstractListenerRegistration<T> {
     private final DOMDataTreeIdentifier prefix;
     private final ShardedDOMDataTree tree;