Mark AD-SAL interfaces as deprecated
[controller.git] / opendaylight / adsal / sal / api / src / main / java / org / opendaylight / controller / sal / utils / NetUtils.java
index 6b303f09f11955a053f7bcf740bf9f647b5df2ce..79b17785fa8cdc3ff7628e7dc7864c9f65e65ec0 100644 (file)
@@ -23,6 +23,7 @@ import org.slf4j.LoggerFactory;
  * Utility class containing the common utility functions needed for operating on
  * networking data structures
  */
+@Deprecated
 public abstract class NetUtils {
     protected static final Logger logger = LoggerFactory.getLogger(NetUtils.class);
     /**