com.xtremelabs.robolectric.util
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