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