Deprecate legacy EOS API classes
[controller.git] / opendaylight / md-sal / sal-common-api / src / main / java / org / opendaylight / controller / md / sal / common / api / clustering / EntityOwnershipListener.java
index b4eb44569b0d46116519bbcbd36c1ca257d32fef..2aa20b2352280300d993c98bb5df3064f5969254 100644 (file)
@@ -9,13 +9,18 @@
 package org.opendaylight.controller.md.sal.common.api.clustering;
 
 /**
- * An EntityOwnershipListener is a component that represents a listener for entity ownership changes
+ * An EntityOwnershipListener is a component that represents a listener for entity ownership changes.
+ *
+ * @deprecated Use org.opendaylight.mdsal.binding.api.clustering.EntityOwnershipListener or
+ *             org.opendaylight.mdsal.dom.api.clustering.DOMEntityOwnershipListener instead
  */
+@Deprecated
 public interface EntityOwnershipListener {
 
     /**
      * A notification that is generated when the ownership status of an entity changes.
      *
+     * <p>
      * The following outlines valid combinations of the ownership status flags in the EntityOwnershipChange
      * parameter and their meanings:
      * <ul>