Split Restconf implementations (draft02 and RFC) - move
[netconf.git] / restconf / restconf-nb-bierman02 / src / main / java / org / opendaylight / restconf / restful / utils / ResolveEnumUtil.java
index 7d1f7cbf04d83aec60452db83f1c42dc0504dcd9..dcf7fd6b71230964bb4612b1f177bf9a402c1031 100644 (file)
@@ -10,7 +10,9 @@ package org.opendaylight.restconf.restful.utils;
 /**
  * Common util class for resolve enum from String.
  *
+ * @deprecated move to splitted module restconf-nb-rfc8040
  */
+@Deprecated
 public final class ResolveEnumUtil {
 
     private ResolveEnumUtil() {