Add Action and RpcOutput interfaces
[mdsal.git] / binding / yang-binding / src / main / java / org / opendaylight / yangtools / yang / binding / RpcInput.java
index 11b95bdea51492e298b2e5d688223529c879592f..a79663d53f32efe1ce6aac5f4901536295042f5b 100644 (file)
@@ -7,6 +7,10 @@
  */
 package org.opendaylight.yangtools.yang.binding;
 
+/**
+ * Marker interface for all interfaces generated for {@code input} statement within an {@code action} or an {@code rpc}
+ * statement.
+ */
 public interface RpcInput extends DataContainer {
 
 }