|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@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. |
public abstract String value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||