Annotation Interface RpcDelegate.RequiredMutabilityMode

Enclosing class:
RpcDelegate

@Retention(RUNTIME) @Target(METHOD) public static @interface RpcDelegate.RequiredMutabilityMode
Annotate a particular method on your RPC implementation with RequiredMutabilityMode to indicate that the client must have at least the given MutabilityMode, or the call will be rejected.
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description