JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
io.protostuff
Rpc
Contents
Description
Hide sidebar
Show sidebar
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
.