Package org.robolectric.util.reflector
Annotation Type WithType
-
@Target(PARAMETER) @Retention(RUNTIME) public @interface WithTypeParameters with types that can't be resolved at compile time may be annotated @WithType.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueThe class name intended for this parameter.
-