Split Restconf implementations (draft02 and RFC) - move providers
[netconf.git] / restconf / restconf-nb-bierman02 / src / main / java / org / opendaylight / restconf / jersey / providers / AbstractToPatchBodyReader.java
index 74be3b4a3791298da395c048835167d8af6cdbb3..c2a24b6000a55c66ff2fcbbfee499ede3bd5ac21 100644 (file)
@@ -13,8 +13,10 @@ import org.opendaylight.restconf.common.patch.PatchContext;
 /**
  * Common superclass for readers producing {@link PatchContext}.
  *
+ * @deprecated move to splitted module restconf-nb-rfc8040
  * @author Robert Varga
  */
+@Deprecated
 abstract class AbstractToPatchBodyReader extends AbstractIdentifierAwareJaxRsProvider<PatchContext> {
 
     @Override