Annotation Type RemoteMethod


  • @Documented
    @Retention(RUNTIME)
    @Target(METHOD)
    @Analyze("org.tentackle.buildsupport.RemoteMethodAnalyzeHandler")
    public @interface RemoteMethod
    Annotation for manually written methods that must be analyzed prior to wurbelization.

    Use this annotation for every method that normally would have been generated by some wurblet but for some reason was written manually. For an example the RemoteMethod-wurblet.

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String value
      If methods with the same name exist in the same class, the wurblet can identify it by a special tag.
    • Element Detail

      • value

        java.lang.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]"