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 / InMemoryDOMDataStoreConfigProperties.java
index 7266fb7d8bf76e4ab4704cdb104590399db83df4..00220101691fd114660598f93ca3ba5fe3c2ee88 100644 (file)
@@ -16,7 +16,7 @@ package org.opendaylight.controller.md.sal.dom.store.impl;
  *
  * @deprecated Use {@link org.opendaylight.mdsal.dom.store.inmemory.InMemoryDOMDataStoreConfigProperties} instead.
  */
-@Deprecated
+@Deprecated(forRemoval = true)
 public final class InMemoryDOMDataStoreConfigProperties {
 
     public static final int DEFAULT_MAX_DATA_CHANGE_EXECUTOR_QUEUE_SIZE = 1000;