JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element
org.eclipse.ecf.remoteservice
Annotation Type AsyncMethod
public @interface
AsyncMethod
Async method annotation.
Since:
4.1
Required Element Summary
Required Elements
Modifier and Type
Required Element and Description
java.lang.String
type
value values are: "none", "callback", "future", "both".
Element Detail
type
public abstract java.lang.String type
value values are: "none", "callback", "future", "both". All other values will be ignored
Returns:
String type value
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element