Split Restconf implementations (draft02 and RFC) - base api
[netconf.git] / restconf / restconf-nb-bierman02 / src / main / java / org / opendaylight / restconf / base / services / api / BaseServicesWrapper.java
index 2911346105c14f076a9d17cefb5062eed2f45118..b002d2b76899cf8b567094ca41d0d29a0deba5b8 100644 (file)
@@ -13,7 +13,8 @@ package org.opendaylight.restconf.base.services.api;
  * <li>{@link RestconfOperationsService}
  * <li>{@link RestconfSchemaService}
  * </ul>
- *
+ * @deprecated move to splitted module restconf-nb-rfc8040
  */
+@Deprecated
 public interface BaseServicesWrapper extends RestconfOperationsService, RestconfSchemaService, RestconfService {
 }