@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.
Modifier and Type | Fields and Description |
---|---|
static int |
DEFAULT_SDK |