Deprecate Broker and related APIs
[controller.git] / opendaylight / md-sal / sal-dom-api / src / main / java / org / opendaylight / controller / sal / core / api / Broker.java
index 680a24c2543dd53439ed096051e082ab29ada1e1..ce64e8e7c07a4a9f47fe57edf87c64f332cfec73 100644 (file)
@@ -31,7 +31,10 @@ import org.osgi.framework.BundleContext;
  * <p>
  * For more information about session-based access see {@link ConsumerSession}
  * and {@link ProviderSession}
+ *
+ * @deprecated Use blueprint instead for code wiring.
  */
+@Deprecated
 public interface Broker {
 
     /**