Annotation Interface RemotelyInvokable


@Target(METHOD) @Retention(RUNTIME) public @interface RemotelyInvokable
Designates a method as being remotely invokable. The method must be marked in a Proxyable type, and it may provide Routing information if desired.
  • Element Details

    • routing

      Routing routing
      Specifies the routing options using the Routing annotation.
      Returns:
      the Routing
      Default:
      @dev.getelements.elements.rt.annotation.Routing
    • deprecated

      Indicates the deprecation status of the method.
      Returns:
      the deprecation status
      Default:
      @dev.getelements.elements.rt.annotation.DeprecationDefinition(deprecated=false)