Split Restconf implementations (draft02 and RFC) - Application
[netconf.git] / restconf / restconf-nb-bierman02 / src / main / java / org / opendaylight / restconf / restful / services / api / RestconfInvokeOperationsService.java
index 29bc799dfa7fe70ccf444e54dc8b86e527ec5e96..ee64d7754479713f20ea22489bc2f0a0ffc2ec2c 100644 (file)
@@ -21,10 +21,12 @@ import org.opendaylight.restconf.common.context.NormalizedNodeContext;
 import org.opendaylight.restconf.utils.RestconfConstants;
 
 /**
- * An operation resource represents a protocol operation defined with the YANG
- * "rpc" statement. It is invoked using a POST method on the operation resource.
+ * An operation resource represents a protocol operation defined with the YANG "rpc" statement. It is invoked
+ * using a POST method on the operation resource.
  *
+ * @deprecated move to splitted module restconf-nb-rfc8040
  */
+@Deprecated
 public interface RestconfInvokeOperationsService {
 
     /**