Package org.robolectric.util.inject
Annotation Type Supercedes
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface Supercedes
Indicates that the annotated type is intended as a replacement for another type.
-
-
Element Detail
-
value
Class<?> value
The type that is superceded by the annotated type.
-
-