Deprecate old MD-SAL APIs for removal
[controller.git] / opendaylight / md-sal / sal-dom-api / src / main / java / org / opendaylight / controller / md / sal / dom / api / DOMMountPointService.java
index 0c72b86417d2394c473adb51d8136cb4503ff6b3..71f23bb53406cf061394ae912106e0d8649b55b0 100644 (file)
@@ -19,7 +19,7 @@ import org.opendaylight.yangtools.yang.model.api.SchemaContext;
  *
  * @deprecated Use {@link org.opendaylight.mdsal.dom.api.DOMMountPointService} instead
  */
-@Deprecated
+@Deprecated(forRemoval = true)
 public interface DOMMountPointService extends DOMService {
 
     Optional<DOMMountPoint> getMountPoint(YangInstanceIdentifier path);