Package com.googlecode.android_scripting.rpc

Interface Summary
Converter<T> A converter can take a String and turn it into an instance of type T (the type parameter to the converter).
 

Class Summary
MethodDescriptor An adapter that wraps Method.
ParameterDescriptor RPC parameter description.
 

Exception Summary
RpcError  
 

Annotation Types Summary
Rpc The Rpc annotation is used to annotate server-side implementations of RPCs.
RpcDefault Use this annotation to mark an RPC parameter that have a default value.
RpcDeprecated Use this annotation to mark RPC method as deprecated.
RpcMinSdk Use this annotation to specify minimum SDK level (if higher than 3).
RpcName Use this annotation to mark an RPC parameter that have a default value.
RpcOptional Use this annotation to mark RPC parameter as optional.
RpcParameter An annotation that is used to document the parameters of an RPC.
RpcStartEvent Use this annotation to mark an RPC as one that starts generating events.
RpcStopEvent Use this annotation to mark an RPC as one that stops generating events.