Deprecate all MD-SAL APIs
[controller.git] / opendaylight / md-sal / sal-binding-api / src / main / java / org / opendaylight / controller / sal / binding / api / AbstractBrokerAwareActivator.java
index 64e777df03c9999b4dd52f4857307b6e09da198a..4fc1a517c5551f8efa1d6e9f57b10dbcdd68e5e5 100644 (file)
@@ -16,6 +16,7 @@ import org.osgi.framework.ServiceReference;
 import org.osgi.util.tracker.ServiceTracker;
 import org.osgi.util.tracker.ServiceTrackerCustomizer;
 
+@Deprecated
 public abstract class AbstractBrokerAwareActivator implements BundleActivator {
 
     private static final ExecutorService MD_ACTIVATION_POOL = Executors.newCachedThreadPool();