Package dagger.producers
Annotation Interface ProductionComponent.Builder
- Enclosing class:
ProductionComponent
A builder for a production component.
This follows all the rules of Component.Builder
, except it must appear in classes
annotated with ProductionComponent
instead of Component
.