Remove deprecated AbstractIetfInetUtil methods
[mdsal.git] / binding / yang-binding / src / main / java / org / opendaylight / yangtools / yang / binding / RpcImplementation.java
index 7557aa60f13d7ecb7d73fffce76e0a1a4fd1c91f..95b5875fc7cf074cd6bb2b58383f018e48cfaae1 100644 (file)
@@ -16,7 +16,7 @@ import org.opendaylight.yangtools.yang.common.RpcResult;
  *
  * @deprecated This slated for removal unless we find a use for it.
  */
-@Deprecated
+@Deprecated(forRemoval = true)
 public interface RpcImplementation {
 
     Set<Class<? extends RpcInput>> getSupportedInputs();