Deprecate old MD-SAL APIs for removal
[controller.git] / opendaylight / md-sal / sal-inmemory-datastore / src / main / java / org / opendaylight / controller / md / sal / dom / store / impl / InMemoryDOMDataStore.java
index 59755020b0fffd3c632a81f36ee94361262f99fe..bf3693e5a9581d72fc78ae3678daa6c8c8d8f1f9 100644 (file)
@@ -21,7 +21,7 @@ import org.opendaylight.yangtools.yang.model.api.SchemaContextListener;
  *
  * @deprecated Please use {@link org.opendaylight.mdsal.dom.store.inmemory.InMemoryDOMDataStore} instead.
  */
-@Deprecated
+@Deprecated(forRemoval = true)
 public class InMemoryDOMDataStore
         extends DOMStoreAdapter<org.opendaylight.mdsal.dom.store.inmemory.InMemoryDOMDataStore>
         implements Identifiable<String>, SchemaContextListener, AutoCloseable {