Deprecate all MD-SAL APIs
[controller.git] / opendaylight / md-sal / sal-binding-broker / src / main / java / org / opendaylight / controller / md / sal / binding / compat / ListenerMapGeneration.java
index e2cf3d753d44ced436caaca562fdce727e2cf4a9..3a392e58cc63f7717e285a41a279406584e7bdc8 100644 (file)
@@ -23,6 +23,7 @@ import org.opendaylight.yangtools.yang.binding.Notification;
 /**
  * An immutable view of the current generation of listeners.
  */
+@Deprecated
 final class ListenerMapGeneration {
     private static final int CACHE_MAX_ENTRIES = 1000;