Split Restconf implementations (draft02 and RFC) - move providers
[netconf.git] / restconf / restconf-nb-bierman02 / src / main / java / org / opendaylight / restconf / jersey / providers / NormalizedNodeXmlBodyWriter.java
index 4a5674053dbc27122684d90d219a9e8df27b5494..bf8eb6a986cb230a7fb1c4ab8f3215294eb680ac 100644 (file)
@@ -44,6 +44,12 @@ import org.opendaylight.yangtools.yang.model.api.RpcDefinition;
 import org.opendaylight.yangtools.yang.model.api.SchemaContext;
 import org.opendaylight.yangtools.yang.model.api.SchemaPath;
 
+/**
+ * Writer of NormalizedNode to XML.
+ *
+ * @deprecated move to splitted module restconf-nb-rfc8040
+ */
+@Deprecated
 @Provider
 @Produces({ Rfc8040.MediaTypes.DATA + RestconfConstants.XML, MediaType.APPLICATION_XML, MediaType.TEXT_XML })
 public class NormalizedNodeXmlBodyWriter implements MessageBodyWriter<NormalizedNodeContext> {