File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
commons-annotations/src/main/scala/com/avsystem/commons/rpc Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -130,8 +130,8 @@ final class optional extends RpcArity
130130
131131/**
132132 * When applied on raw method, specifies that this raw method may be matched by many, arbitrarily named real methods.
133- * In order to distinguish between real methods, multi raw method must take real method's RPC name
134- * (a `String`) as its first parameter and the only parameter in its first parameter list .
133+ * In order to distinguish between real methods when translating raw call into real call,
134+ * multi raw method must take real method's RPC name (a `String`) as one of its parameters (see [[ methodName ]]) .
135135 * By default, result type of multi raw method is [[encoded ]] and the macro engine searches for
136136 * appropriate `AsRaw` or `AsReal` conversion between real method result type and raw method result type.
137137 *
You can’t perform that action at this time.
0 commit comments