org.tentackle.annotations
Annotation Type Analyze


@Documented
@Retention(value=SOURCE)
@Target(value=METHOD)
public @interface Analyze

Annotation for manually written methods that must be analyzed by apt 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
 String value
          If methods with the same name exist in the same class, the wurblet can identify it by a special tag.
 

value

public abstract 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]"


Copyright © 2001-2008 Harald Krake, Bergstr. 48, 78098 Triberg, Germany, harald@krake.de