Bump upstreams
[netconf.git] / plugins / netconf-dom-api / src / main / java / org / opendaylight / netconf / dom / api / NetconfDataTreeService.java
index 5bad78aa2a826405e4cc8a53538b97be05e26c55..defedda8327ba95dcb881847a3bcf69ca575cfa2 100644 (file)
@@ -25,7 +25,14 @@ import org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode;
  * The {@code <edit-config>} operation is extended according its attributes (merge, replace, create, delete, remove), as
  * per RFC6241.
  */
-public interface NetconfDataTreeService extends DOMService {
+public interface NetconfDataTreeService extends DOMService<NetconfDataTreeService, NetconfDataTreeService.Extension> {
+    /**
+     * Type capture of a {@link DOMService.Extension} applicable to {@link NetconfDataTreeService} implementations.
+     */
+    interface Extension extends DOMService.Extension<NetconfDataTreeService, Extension> {
+        // Marker interface
+    }
+
     /**
      * Return device identifier.
      *