Split Restconf implementations (draft02 and RFC) - move
[netconf.git] / restconf / restconf-nb-bierman02 / src / main / java / org / opendaylight / restconf / base / services / impl / RestconfSchemaServiceImpl.java
index 08c903ae825b6f77619968144f049a6193fabe25..c9caeccadbb66e9c6e4c50907b12d602d6333a19 100644 (file)
@@ -18,7 +18,9 @@ import org.opendaylight.yangtools.yang.model.api.SchemaContext;
 /**
  * Implementation of {@link RestconfSchemaService}.
  *
+ * @deprecated move to splitted module restconf-nb-rfc8040
  */
+@Deprecated
 public class RestconfSchemaServiceImpl implements RestconfSchemaService {
 
     private final SchemaContextHandler schemaContextHandler;