Split Restconf implementations (draft02 and RFC) - move
[netconf.git] / restconf / restconf-nb-bierman02 / src / main / java / org / opendaylight / restconf / common / references / SchemaContextRef.java
index bf5e4cd0b591746fe087742d6e61b11b4d07fb6b..c6c1296a1f85471b6ac625967de5455df29d045a 100644 (file)
@@ -18,12 +18,13 @@ import org.opendaylight.yangtools.yang.model.api.Module;
 import org.opendaylight.yangtools.yang.model.api.SchemaContext;
 
 /**
- * This class creates {@link SoftReference} of actual {@link SchemaContext}
- * object and even if the {@link SchemaContext} changes, this will be sticks
- * reference to the old {@link SchemaContext} and provides work with the old
- * {@link SchemaContext}.
+ * This class creates {@link SoftReference} of actual {@link SchemaContext} object and even if the
+ * {@link SchemaContext} changes, this will be sticks reference to the old {@link SchemaContext} and provides
+ * work with the old {@link SchemaContext}.
  *
+ * @deprecated move to splitted module restconf-nb-rfc8040
  */
+@Deprecated
 public final class SchemaContextRef {
 
     private final SoftReference<SchemaContext> schemaContextRef;