com.googlecode.android_scripting.rpc
Annotation Type RpcDeprecated


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

Use this annotation to mark RPC method as deprecated.


Required Element Summary
 java.lang.String value
          The method that replaced this one.
 
Optional Element Summary
 java.lang.String release
          Release of SL4A when deprecation occurred.
 

Element Detail

value

public abstract java.lang.String value
The method that replaced this one.

release

public abstract java.lang.String release
Release of SL4A when deprecation occurred.

Default:
"r4"