-
@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.StringvalueIf methods with the same name exist in the same class, the wurblet can identify it by a special tag.
-