Split Restconf implementations (draft02 and RFC) - move
[netconf.git] / restconf / restconf-nb-bierman02 / src / main / java / org / opendaylight / restconf / handlers / RpcServiceHandler.java
index 0c6028d74e71bd6e26404c422233627b032ccc95..70547e86fb79022f59d1a20baf5675fd5d1d0ca6 100644 (file)
@@ -12,7 +12,9 @@ import org.opendaylight.controller.md.sal.dom.api.DOMRpcService;
 /**
  * Implementation of {@link RpcServiceHandler}.
  *
+ * @deprecated move to splitted module restconf-nb-rfc8040
  */
+@Deprecated
 public class RpcServiceHandler implements Handler<DOMRpcService> {
 
     private final DOMRpcService rpcService;