Deprecate Broker and related APIs
[controller.git] / opendaylight / md-sal / sal-dom-api / src / main / java / org / opendaylight / controller / sal / core / api / BrokerService.java
index 77622d0e7ade86fdbf980699ef0cb1d1885701e8..27bf9c21aa583546c16c379995cc56356abc1ca8 100644 (file)
@@ -28,8 +28,9 @@ package org.opendaylight.controller.sal.core.api;
  * 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 {
 
 }