Deprecate old MD-SAL APIs for removal
[controller.git] / opendaylight / md-sal / sal-binding-broker / src / main / java / org / opendaylight / controller / md / sal / binding / compat / ListenerMapGeneration.java
index 4581fc0dd8f96296b9115c4284111628609156b2..7b564083425b27f8e17bf24feb1a0092c6cf271a 100644 (file)
@@ -24,7 +24,7 @@ import org.opendaylight.yangtools.yang.binding.Notification;
 /**
  * An immutable view of the current generation of listeners.
  */
-@Deprecated
+@Deprecated(forRemoval = true)
 final class ListenerMapGeneration {
     private static final int CACHE_MAX_ENTRIES = 1000;