Create transaction on the backend datastore only when neccessary
[controller.git] / opendaylight / md-sal / sal-inmemory-datastore / src / main / java / org / opendaylight / controller / md / sal / dom / store / impl / tree / ListenerWalker.java
index d1c4eacdf6e0fb29c25f63f380dad1de38fa8d10..f8169c4e48c0508228084ad414d7924fccd6abcc 100644 (file)
@@ -16,7 +16,10 @@ import org.opendaylight.controller.md.sal.dom.store.impl.DataChangeListenerRegis
  * exposes the underlying tree structure.
  *
  * @author Robert Varga
+ *
+ * @deprecated Superseded by {@link RegistrationTreeSnapshot}.
  */
+@Deprecated
 public class ListenerWalker implements AutoCloseable {
     private final RegistrationTreeSnapshot<DataChangeListenerRegistration<?>> delegate;