Remove use of CheckedFuture in clustering-it-provider
[controller.git] / opendaylight / md-sal / sal-dom-api / src / main / java / org / opendaylight / controller / sal / core / api / BrokerService.java
index dec2f7a4845ecf5a720384865299714f15c1982a..27bf9c21aa583546c16c379995cc56356abc1ca8 100644 (file)
@@ -7,10 +7,7 @@
  */
 package org.opendaylight.controller.sal.core.api;
 
-import org.opendaylight.controller.sal.core.api.Broker.ConsumerSession;
-
 /**
- *
  * Session-specific instance of the broker functionality.
  *
  * <p>
@@ -21,8 +18,8 @@ import org.opendaylight.controller.sal.core.api.Broker.ConsumerSession;
  *
  * <p>
  * The consumer's (or provider's) instance of specific service could be obtained
- * by invoking {@link ConsumerSession#getService(Class)} method on session
- * assigned to the consumer.
+ * by invoking {@link org.opendaylight.controller.sal.core.api.Broker.ConsumerSession#getService(Class)}
+ * method on session assigned to the consumer.
  *
  * <p>
  * {@link BrokerService} and {@link Provider} may seem similar, but provider
@@ -31,8 +28,9 @@ import org.opendaylight.controller.sal.core.api.Broker.ConsumerSession;
  * YANG and to reuse it in the development of {@link Consumer}s and
  * {@link Provider}s.
  *
- *
+ * @deprecated Use blueprint instead for code wiring.
  */
+@Deprecated
 public interface BrokerService {
 
 }