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 / InMemoryDOMDataStoreFactory.java
index 6571c60425ad3f1ccdbb52782dda3c7bef9c3c93..8c4352d72bc03b48db65bfab94f28bddfbd621a5 100644 (file)
@@ -20,7 +20,7 @@ import org.opendaylight.yangtools.util.concurrent.SpecialExecutors;
  *
  * @deprecated Use {@link org.opendaylight.mdsal.dom.store.inmemory.InMemoryDOMDataStoreFactory} instead.
  */
-@Deprecated
+@Deprecated(forRemoval = true)
 public final class InMemoryDOMDataStoreFactory {
 
     private InMemoryDOMDataStoreFactory() {