Terminally deprecate yang.binding.RpcImplementation 41/84841/5
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 1 Oct 2019 10:30:04 +0000 (12:30 +0200)
committerRobert Varga <nite@hq.sk>
Tue, 1 Oct 2019 12:19:36 +0000 (12:19 +0000)
We do not seem to have any use for this interface, let's just
schedule it for removal.

Change-Id: Iae2b36320411f89486d0f7def0b144b03ed015c1
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
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 This slated for removal unless we find a use for it.
  */
-@Deprecated
+@Deprecated(forRemoval = true)
 public interface RpcImplementation {
 
     Set<Class<? extends RpcInput>> getSupportedInputs();
 public interface RpcImplementation {
 
     Set<Class<? extends RpcInput>> getSupportedInputs();