com.googlecode.android_scripting.rpc
Annotation Type RpcName


@Retention(value=RUNTIME)
@Target(value=METHOD)
@Documented
public @interface RpcName

Use this annotation to mark an RPC parameter that have a default value.

Author:
igor.v.karp@gmail.com (Igor Karp)

Required Element Summary
 java.lang.String name
          The default value of the RPC parameter.
 

Element Detail

name

public abstract java.lang.String name
The default value of the RPC parameter.