Deprecate odl-restconf-noauth feature
[netconf.git] / restconf / restconf-nb-bierman02-noauth / src / main / java / org / opendaylight / restconf / nb / bierman02 / web / noauth / WebInitializer.java
index de8b97a616d6c40870179cbb6959e8c5ddbbbdb2..a84d5fe2e53a5a9050ad8735412f2de2ac94131f 100644 (file)
@@ -13,7 +13,9 @@ import org.opendaylight.netconf.sal.restconf.web.Bierman02WebRegistrar;
  * Initializes the bierman-02 endpoint without authentication.
  *
  * @author Thomas Pantelis
+ * @deprecated Use bierman-02 endpoint with authentication instead.
  */
+@Deprecated
 public class WebInitializer {
     public WebInitializer(Bierman02WebRegistrar registrar) {
         registrar.registerWithoutAuthentication();