Deprecate old MD-SAL APIs for removal
[controller.git] / opendaylight / md-sal / sal-dom-broker / src / main / java / org / opendaylight / controller / md / sal / dom / broker / impl / mount / DOMMountPointServiceImpl.java
index 4ef0b3b44bfbee6feaa1f96dfc8d5cab970e5a16..fdcb5d8753c46a731e54da8dd6630499e2a15b31 100644 (file)
@@ -36,7 +36,7 @@ import org.opendaylight.yangtools.concepts.ObjectRegistration;
 import org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier;
 import org.opendaylight.yangtools.yang.model.api.SchemaContext;
 
-@Deprecated
+@Deprecated(forRemoval = true)
 public class DOMMountPointServiceImpl implements DOMMountPointService {
     @Deprecated
     private abstract static class CompatFactory<M extends org.opendaylight.mdsal.dom.api.DOMService,