Deprecate legacy SSH integration
[netconf.git] / netconf / netconf-netty-util / src / main / java / org / opendaylight / netconf / nettyutil / AbstractNetconfDispatcher.java
index cdfec0b287992f984dca01883e2558831c5e7e39..b53aafa7a422c69d446f45bc4f990bf299ed95dc 100644 (file)
@@ -38,7 +38,7 @@ import org.slf4j.LoggerFactory;
  * Dispatcher class for creating servers and clients. The idea is to first create servers and clients and the run the
  * start method that will handle sockets in different thread.
  */
-@Deprecated
+@Deprecated(forRemoval = true)
 public abstract class AbstractNetconfDispatcher<S extends NetconfSession, L extends NetconfSessionListener<? super S>> {
     protected interface ChannelPipelineInitializer<C extends Channel, S extends NetconfSession> {
         /**