JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
Package
io.protostuff
Annotation Type Rpc
@Retention(RUNTIME) @Target(METHOD) public @interface
Rpc
Marker annotation, indicates that an annotated method is a rpc service method. Other annotations can be used for request/response qualifiers customization -
Request
,
Response
.