Package dagger.producers
Annotation Interface Production
Qualifies a type that will be provided to the framework for use internally.
The only type that may be so qualified is Executor
. In this case,
the resulting executor is used to schedule producer methods in a
ProductionComponent
or ProductionSubcomponent
.