Split Restconf implementations (draft02 and RFC) - move
[netconf.git] / restconf / restconf-nb-bierman02 / src / main / java / org / opendaylight / restconf / handlers / DOMMountPointServiceHandler.java
index 7a7d142813d9fcd3e0e1124353963cfe6855d912..4c56039b5f8a078866f4d0cac483acaebedd11c6 100644 (file)
@@ -13,7 +13,9 @@ import org.opendaylight.controller.md.sal.dom.api.DOMMountPointService;
 /**
  * Implementation of {@link DOMMountPointServiceHandler}.
  *
+ * @deprecated move to splitted module restconf-nb-rfc8040
  */
+@Deprecated
 public class DOMMountPointServiceHandler implements Handler<DOMMountPointService> {
 
     private final DOMMountPointService domMountPointService;