Split Restconf implementations (draft02 and RFC) - move
[netconf.git] / restconf / restconf-nb-bierman02 / src / main / java / org / opendaylight / restconf / restful / utils / FutureDataFactory.java
index c6373bc6b60f118300b9260fb69d2e72dd9b3258..25ac7419b5e4af2360361d52617612b2919862b1 100644 (file)
@@ -7,6 +7,12 @@
  */
 package org.opendaylight.restconf.restful.utils;
 
+/**
+ * Future data factory.
+ *
+ * @deprecated move to splitted module restconf-nb-rfc8040
+ */
+@Deprecated
 class FutureDataFactory<T> {
 
     protected T result;