Annotation Interface RpcDelegate.RunsOnClient

Enclosing class:
RpcDelegate

@Retention(RUNTIME) @Target({METHOD,TYPE}) public static @interface RpcDelegate.RunsOnClient
Annotate a particular method or your entire RPC implementation with RunsOnClient to allow it to be invoked by a client.
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description