Migrate OSGI compendium reference
[controller.git] / opendaylight / md-sal / sal-dom-api / src / main / java / org / opendaylight / controller / md / sal / dom / api / DOMRpcAvailabilityListener.java
index 2131cf16340e097226b3b9ec2274978896f5a036..93db2a0962f283c2ca1669b94d1a1756fbcc945c 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(forRemoval = true)
 public interface DOMRpcAvailabilityListener extends EventListener {
     /**
      * Method invoked whenever an RPC type becomes available.