Deprecate all MD-SAL APIs
[controller.git] / opendaylight / md-sal / sal-dom-api / src / main / java / org / opendaylight / controller / md / sal / dom / api / DOMRpcAvailabilityListener.java
index 2131cf16340e097226b3b9ec2274978896f5a036..c26b84acdda63e3e105311c9734ce631b8dad8f8 100644 (file)
@@ -47,7 +47,10 @@ import org.eclipse.jdt.annotation.NonNull;
  * some other RPC or action, or similar, which can separately fail. If a sub-request fails, such implementations are
  * required do report {@link DOMRpcImplementationNotAvailableException} as the invocation result, with the underlying
  * failure being linked as a cause.
+ *
+ * @deprecated Use {@link org.opendaylight.mdsal.dom.api.DOMRpcAvailabilityListener} instead.
  */
+@Deprecated
 public interface DOMRpcAvailabilityListener extends EventListener {
     /**
      * Method invoked whenever an RPC type becomes available.