Bug 6794 - Deprecate eventbus, async-eventbus and fixed-threadpool
[controller.git] / opendaylight / config / threadpool-config-impl / src / main / java / org / opendaylight / controller / config / threadpool / util / CloseableAsyncEventBus.java
index f460cb0021923b5142cd00750c69673187d640f1..0b8f48c2fe263d23422299b8fa8df2f56b97e77c 100644 (file)
@@ -21,6 +21,10 @@ import org.opendaylight.controller.config.yang.threadpool.impl.AsyncEventBusRunt
 /**
  * Closeable version of {@link AsyncEventBus}.
  */
+/**
+ * To be removed in Nitrogen
+ */
+@Deprecated
 public class CloseableAsyncEventBus extends AsyncEventBus implements Closeable {
     private final ThreadPool threadPool;
     private final AsyncEventBusRuntimeRegistration rootRegistration;