Package dagger

Annotation Interface Subcomponent.Factory

Enclosing class:
Subcomponent

@Retention(RUNTIME) @Target(TYPE) @Documented public static @interface Subcomponent.Factory
A factory for a subcomponent.

This follows all the rules of Component.Factory, except it must appear in classes annotated with Subcomponent instead of Component.

If a subcomponent defines a factory, its parent component(s) will have a binding for that factory type, allowing an instance of that factory to be injected or returned from a method on that component like any other binding.

Since:
2.22