Package org.robolectric.annotation
Annotation Type ReflectorObject
Serves to cache the reflector object instance and lower test runtime.
For example, @ReflectorObject MyReflector objectReflector
is equivalent to
calling reflector(MyReflector.class, realObject)
.