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