Module dagger

Annotation Type ScopeMetadata


  • @Retention(CLASS)
    @Target(TYPE)
    public @interface ScopeMetadata
    Stores the scope information about a type after it's been processed.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String value
      The qualified name of the scope, if one exists, otherwise an empty string.
    • Element Detail

      • value

        java.lang.String value
        The qualified name of the scope, if one exists, otherwise an empty string.
        Default:
        ""