Package org.eclipse.ecf.remoteservice
Annotation Interface AsyncMethod
public @interface AsyncMethod
Async method annotation.
- Since:
- 4.1
-
Required Element Summary
-
Element Details
-
type
String typevalue values are: "none", "callback", "future", "both". All other values will be ignored- Returns:
- String type value
-