Deprecate controller APIs
[controller.git] / opendaylight / md-sal / sal-dom-api / src / main / java / org / opendaylight / controller / md / sal / dom / api / DOMRpcService.java
index c84e2d3ad0a6216d1def8b687f5e003f8effe031..e8826de060d48d82a4c8a9f26d36f47611a2a368 100644 (file)
@@ -19,7 +19,10 @@ import org.opendaylight.yangtools.yang.model.api.SchemaPath;
  * service is that of a dynamic router, where the set of available RPC services can change
  * dynamically. The service allows users to add a listener to track the process of
  * RPCs becoming available.
+ *
+ * @deprecated Use {@link org.opendaylight.mdsal.dom.api.DOMRpcService} instead
  */
+@Deprecated
 public interface DOMRpcService extends DOMService {
     /**
      * Initiate invocation of an RPC. This method is guaranteed to not block on any external