Move createProxy()
[controller.git] / opendaylight / md-sal / sal-binding-broker / src / main / java / org / opendaylight / controller / md / sal / binding / compat / ListenerMapGeneration.java
index e2cf3d753d44ced436caaca562fdce727e2cf4a9..ef1639cfaf6c15872c457d3e9702594eee0cffae 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/*
  * Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
  *
  * This program and the accompanying materials are made available under the
@@ -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;