Package org.robolectric.util.reflector
Annotation Type WithType
@Target(PARAMETER) @Retention(RUNTIME) public @interface WithType
Parameters with types that can't be resolved at compile time may be annotated @WithType.
-
Element Details
-
value
String valueThe class name intended for this parameter.Use the value as returned from
Class.getName(), notClass.getCanonicalName(); e.g.Foo$Barinstead ofFoo.Bar.
-