Package org.robolectric.annotation
Annotation Type Implementation
@Documented @Retention(RUNTIME) @Target(METHOD) public @interface Implementation
Indicates that a method declaration is intended to shadow a method with the same signature
on the associated Android class.
-
Field Summary
Fields Modifier and Type Fields Description static int
DEFAULT_SDK
-
Optional Element Summary
-
Field Details
-
DEFAULT_SDK
static final int DEFAULT_SDK
-
-
Element Details