Deprecate old MD-SAL APIs for removal
[controller.git] / opendaylight / md-sal / sal-dom-compat / src / main / java / org / opendaylight / controller / sal / core / compat / DOMMountPointAdapter.java
index c6aaed83af384acb817ad804f971673733d6ad4e..decf604c0a43f1f4b07b986c8e6a521f27fff421 100644 (file)
@@ -29,7 +29,7 @@ import org.opendaylight.yangtools.yang.model.api.SchemaContext;
  * looked up in the delegate first. If a lookup is unsuccessful, this class attempts to transparently proxy well-known
  * Controller DOMServices on top of their MD-SAL counterparts available from delegate.
  */
-@Deprecated
+@Deprecated(forRemoval = true)
 public class DOMMountPointAdapter extends ForwardingObject implements DOMMountPoint {
     private abstract static class CompatFactory<M extends org.opendaylight.mdsal.dom.api.DOMService,
             C extends DOMService> {