Bug 7231 - Upgrade ietf-restconf draft17 to draft18
[netconf.git] / restconf / sal-rest-connector / src / main / java / org / opendaylight / netconf / sal / rest / api / Draft02.java
index 6be93897eb974135fd6647a1c1c73f0ea2aa0c10..0b1d28772727ac5408916dff0498158cbbed2c8b 100644 (file)
@@ -7,8 +7,15 @@
  */
 package org.opendaylight.netconf.sal.rest.api;
 
+import org.opendaylight.restconf.Draft18;
 import org.opendaylight.yangtools.yang.common.QName;
 
+/**
+ * @deprecated Do not use old implementation of restconf draft. It will be
+ *             replaced by {@link Draft18}.
+ *
+ */
+@Deprecated
 public class Draft02 {
     public static interface MediaTypes {
         String API = "application/yang.api";