Split Restconf implementations (draft02 and RFC) - move
[netconf.git] / restconf / restconf-nb-bierman02 / src / main / java / org / opendaylight / restconf / base / services / impl / RestconfImpl.java
index d261f5f4c9873b24e586690093ff1795435290f2..572636ddd1000712909eefded426cc2e7a6f4eeb 100644 (file)
@@ -23,6 +23,12 @@ import org.opendaylight.yangtools.yang.model.api.LeafSchemaNode;
 import org.opendaylight.yangtools.yang.model.api.SchemaContext;
 import org.opendaylight.yangtools.yang.model.api.SchemaNode;
 
+/**
+ * Implementation of RestconfService.
+ *
+ * @deprecated move to splitted module restconf-nb-rfc8040
+ */
+@Deprecated
 public class RestconfImpl implements RestconfService {
 
     private final SchemaContextHandler schemaContextHandler;