| Annotation Type | Description |
|---|---|
| JsonRpcError |
Marks an exception as a JSON-RPC error (with error code available)
|
| JsonRpcMethod |
Marks a method as allowed for calling from the web.
|
| JsonRpcOptional |
Marks a parameter as optional.
|
| JsonRpcParam |
Because Java doesn't retain information about method names in a class file and
therefore this information is not available in runtime, this annotation MUST
be placed on all the method parameters.
|
| JsonRpcRequestScope | |
| JsonRpcService |
Mark a class as a JSON-RPC service
|
Copyright © 2018. All rights reserved.