@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 -
Field Summary
Fields
-
Field Details
-
DEFAULT_METHODNAME
Fixed string for the actual method name.- See Also:
-
-
Element Details
-
value
String valueIf 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]"
-