Annotation Interface RemoteMethod


@Documented @Retention(RUNTIME) @Target(METHOD) @Analyze("org.tentackle.buildsupport.RemoteMethodAnalyzeHandler") public @interface RemoteMethod
Annotation for manually written methods that must be remoting capable.

The analyze-handler's result is picked up by the RemoteMethod wurblet.

  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    If methods with the same name exist in the same class, the wurblet can identify it by a special tag.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Fixed string for the actual method name.
  • Field Details

  • Element Details

    • value

      String value
      If methods with the same name exist in the same class, the wurblet can identify it by a special tag. By default, the tag is the method's name.
      Returns:
      the tag
      Default:
      "[methodname]"