- JsonRpcError - Annotation Type in net.inveed.jsonrpc.core.annotation
-
Marks an exception as a JSON-RPC error (with error code available)
- JsonRpcMethod - Annotation Type in net.inveed.jsonrpc.core.annotation
-
Marks a method as allowed for calling from the web.
- JsonRpcOptional - Annotation Type in net.inveed.jsonrpc.core.annotation
-
Marks a parameter as optional.
- JsonRpcParam - Annotation Type in net.inveed.jsonrpc.core.annotation
-
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 - Annotation Type in net.inveed.jsonrpc.core.annotation
-
- JsonRpcService - Annotation Type in net.inveed.jsonrpc.core.annotation
-
Mark a class as a JSON-RPC service