* Annotate the Rpc's above this point with a value.
(key: Context.Key<I, S>, value: S)
| 103 | * Annotate the Rpc's above this point with a value. |
| 104 | */ |
| 105 | annotateRpcs<I, S>(key: Context.Key<I, S>, value: S): Entity<Type, Rpcs> |
| 106 | |
| 107 | /** |
| 108 | * Annotate the entity with the given annotations. |