Split Restconf implementations (draft02 and RFC) - Application
[netconf.git] / restconf / restconf-nb-bierman02 / src / main / java / org / opendaylight / restconf / restful / utils / DeleteDataTransactionUtil.java
index 0c880cd99fcc7bc78a4be72ec86fb6b3a91df27c..8db909d59ebc147a81db3e56d48681429b61ee7f 100644 (file)
@@ -19,7 +19,9 @@ import org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier;
 /**
  * Util class for delete specific data in config DS.
  *
+ * @deprecated move to splitted module restconf-nb-rfc8040
  */
+@Deprecated
 public final class DeleteDataTransactionUtil {
 
     private DeleteDataTransactionUtil() {