com.googlecode.android_scripting.rpc
Annotation Type RpcDefault


@Retention(value=RUNTIME)
@Target(value=PARAMETER)
@Documented
public @interface RpcDefault

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 value
          The default value of the RPC parameter.
 
Optional Element Summary
 java.lang.Class<? extends Converter> converter
           
 

Element Detail

value

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

converter

public abstract java.lang.Class<? extends Converter> converter
Default:
com.googlecode.android_scripting.rpc.Converter.class