org.eclipse.ecf.remoteservice
Annotation Type AsyncMethod


public @interface AsyncMethod

Async method annotation.

Since:
4.1

Required Element Summary
 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