Package org.robolectric.annotation
Annotation Type Implementation
Indicates that a method declaration is intended to shadow a method with the same signature on the
associated Android class.
-
Optional Element Summary
-
Field Summary
-
Field Details
-
DEFAULT_SDK
static final int DEFAULT_SDK- See Also:
-
-
Element Details
-
minSdk
int minSdkThe annotated shadow method will be invoked only for the specified SDK or greater.- Default:
- -1
-
maxSdk
int maxSdkThe annotated shadow method will be invoked only for the specified SDK or lesser.- Default:
- -1
-