Package org.robolectric.util.inject

  • Class Summary 
    Class Description
    Injector
    A tiny dependency injection and plugin helper for Robolectric.
    Injector.Builder
    Builder for Injector.
    Injector.Key<T>
    Identifies an injection point.
  • Exception Summary 
    Exception Description
    InjectionException  
  • Annotation Types Summary 
    Annotation Type Description
    AutoFactory
    Indicates that the annotated type will be used as a factory.
    Supercedes
    Indicates that the annotated type is intended as a replacement for another type.