@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface CallBackRemoteCall
used to tell the LRMI layer to create a responseContext in order to support sending the response
back from a different thread than the calling one.
- Since:
- 6.1
- Author:
- asy ronen