|
Annotation Types Summary |
| Rpc |
The Rpc annotation is used to annotate server-side implementations of RPCs. |
| RpcDefault |
Use this annotation to mark an RPC parameter that have a default value. |
| RpcDeprecated |
Use this annotation to mark RPC method as deprecated. |
| RpcMinSdk |
Use this annotation to specify minimum SDK level (if higher than 3). |
| RpcName |
Use this annotation to mark an RPC parameter that have a default value. |
| RpcOptional |
Use this annotation to mark RPC parameter as optional. |
| RpcParameter |
An annotation that is used to document the parameters of an RPC. |
| RpcStartEvent |
Use this annotation to mark an RPC as one that starts generating events. |
| RpcStopEvent |
Use this annotation to mark an RPC as one that stops generating events. |