Package org.robolectric.util.inject
Annotation Type Supercedes
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface SupercedesIndicates that the annotated type is intended as a replacement for another type.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<?>valueThe type that is superceded by the annotated type.
-