Deprecate old MD-SAL APIs for removal
[controller.git] / opendaylight / md-sal / sal-dom-api / src / main / java / org / opendaylight / controller / md / sal / dom / api / DOMNotification.java
index 881bebcc9dfad79802d5441e0dfd131d0d989d97..737f2a56cc28c3f20e4d1910d9431a2405917c92 100644 (file)
@@ -13,7 +13,7 @@ import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
  * A single YANG notification.
  * @deprecated Use {@link org.opendaylight.mdsal.dom.api.DOMNotification} instead.
  */
-@Deprecated
+@Deprecated(forRemoval = true)
 @SuppressFBWarnings(value = "NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification = "Migration")
 public interface DOMNotification extends org.opendaylight.mdsal.dom.api.DOMNotification {
 }