Package org.robolectric.util.reflector


package org.robolectric.util.reflector
  • Class
    Description
    Indicates that the annotated method is an accessor for a non-visible field.
    Indicates that the annotated method is a constructor.
    Indicates that the annotated method should use the original $$robo$$-prefixed implementation so that it can be invoked in the shadow for the method.
    Indicates that the annotated interface is an accessor object for use by Reflector.
    Provides accessor objects for efficiently calling otherwise inaccessible (non-public) methods.
    Marks Reflector methods which serve as accessors for static members.
    Access to sun.misc.Unsafe and the various scary things within.
    Parameters with types that can't be resolved at compile time may be annotated @WithType.