JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
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
.