* Annotate the group with the provided annotations.
(annotations: Context.Context<S>)
| 159 | * Annotate the group with the provided annotations. |
| 160 | */ |
| 161 | annotateMerge<S>(annotations: Context.Context<S>): RpcGroup<R> |
| 162 | |
| 163 | /** |
| 164 | * Annotate the Rpc's above this point with the provided annotations. |