Annotation Interface RemoteService


@Target(TYPE) @Retention(RUNTIME) public @interface RemoteService
Indicates a type is a remotely-invokable service. This may be done with or without proxying.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
     
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Defines the various remote scope definitions.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Names the remote service.
  • Element Details

    • value

      String value
      Names the remote service. If left blank, the name will be inferred.
      Returns:
      the name of the service
      Default:
      ""
    • scopes

      RemoteScope[] scopes
      Defines the various remote scope definitions.
      Returns:
      all RemoteScopes within this