Split Restconf implementations (draft02 and RFC) - Application
[netconf.git] / restconf / restconf-nb-bierman02 / src / main / java / org / opendaylight / restconf / handlers / SchemaContextListenerHandler.java
index fa41c9820435f125164ccdb427083a9494e5f007..41f6055015fb1084a47142044818022065de0bac 100644 (file)
@@ -10,6 +10,12 @@ package org.opendaylight.restconf.handlers;
 import org.opendaylight.yangtools.yang.model.api.SchemaContext;
 import org.opendaylight.yangtools.yang.model.api.SchemaContextListener;
 
+/**
+ * SchemaContextListener handler.
+ *
+ * @deprecated move to splitted module restconf-nb-rfc8040
+ */
+@Deprecated
 interface SchemaContextListenerHandler extends Handler<SchemaContext>, SchemaContextListener {
 
 }