Annotation Type ProvidedBy


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface ProvidedBy
    A pointer to the default provider type for a type.
    Author:
    crazybob@google.com (Bob Lee)
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Class<? extends javax.inject.Provider<?>> value
      The implementation type.
    • Element Detail

      • value

        Class<? extends javax.inject.Provider<?>> value
        The implementation type.