Deprecate netty config modules
[controller.git] / opendaylight / config / netty-timer-config / src / main / java / org / opendaylight / controller / config / yang / netty / timer / HashedWheelTimerModuleFactory.java
index d8ec0fcf90606515a96d69cd4055c94ba2153eb9..a4049c89e67f6f124dc5bbbb6ff0aa67bc9a9b01 100644 (file)
@@ -20,6 +20,10 @@ package org.opendaylight.controller.config.yang.netty.timer;
 import org.opendaylight.controller.config.api.DependencyResolver;
 import org.osgi.framework.BundleContext;
 
+/**
+ * @deprecated Replaced by blueprint wiring
+ */
+@Deprecated
 public class HashedWheelTimerModuleFactory extends AbstractHashedWheelTimerModuleFactory {
     @Override
     public HashedWheelTimerModule instantiateModule(String instanceName, DependencyResolver dependencyResolver,