Deprecate messagebus for removal
[controller.git] / opendaylight / md-sal / messagebus-spi / src / main / java / org / opendaylight / controller / messagebus / spi / EventSource.java
index 3221e1338d52ffcbdf908887056407bac7a4e8b6..6d57b4d95affa4d8cd81e7d5af374f7dbc3ea1a4 100644 (file)
@@ -20,9 +20,8 @@ import org.opendaylight.yangtools.yang.model.api.SchemaPath;
  * EventSourceRegistry will call method JoinTopic to request EventSource to publish notification.
  * Event source must implement method JoinTopic (from superinterface {@link EventSourceService}).
  */
-
+@Deprecated(forRemoval = true)
 public interface EventSource extends EventSourceService, AutoCloseable {
-
     /**
      * Identifier of node associated with event source.
      *