org.robolectric.annotation
Annotation Type Implementation


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

Indicates that a method declaration is intended to Shadow a method with the same signature on the associated Android class.

See Also:
Implements

Optional Element Summary
 boolean i18nSafe
           
 

i18nSafe

public abstract boolean i18nSafe
Default:
true


Copyright © 2013. All Rights Reserved.