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 / DOMEvent.java
index e3c146b8750845b6ab2d8fafb76af80ead487374..6210744157686ef09106d1cf52f27992ed08aec9 100644 (file)
@@ -16,7 +16,7 @@ import java.util.Date;
  * Generic event interface.
  * @deprecated Use {@link org.opendaylight.mdsal.dom.api.DOMEvent} instead.
  */
-@Deprecated
+@Deprecated(forRemoval = true)
 @SuppressFBWarnings(value = "NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification = "Migration")
 public interface DOMEvent extends org.opendaylight.mdsal.dom.api.DOMEvent {